All Methods Static Methods Instance Methods Concrete Methods
| 修飾子とタイプ |
メソッドと説明 |
protected void |
assertCompareType(Object leftResult,
Object rightResult,
String booleanClause) |
void |
assertExpression() |
protected void |
assertFirstName(String firstName) |
protected boolean |
compareLeftRight(Object leftResult,
Object rightResult,
IfCommentEvaluator.ComparaDeterminer determiner,
String booleanClause) |
protected ExceptionMessageBuilder |
createExceptionMessageBuilder() |
boolean |
evaluate() |
protected boolean |
evaluateBooleanClause(String booleanClause) |
protected boolean |
evaluateCompareClause(String booleanClause,
String operand,
IfCommentEvaluator.OperandEvaluator evaluator) |
protected Object |
evaluateComparePiece(String piece,
Object leftResult) |
protected boolean |
evaluateStandAloneValue(String piece) |
protected Object |
findBaseObject(String firstName) |
static String[] |
getConnectors() |
protected TimeZone |
getDBFluteSystemFinalTimeZone() |
protected Object |
getDisplayParameterBean() |
String |
getExpression() |
static String[] |
getOperands() |
static boolean |
isBooleanNotStatement(String target) |
static boolean |
isConnector(String target) |
protected boolean |
isInLoop() |
protected boolean |
isLoopCurrentVariable(String firstName) |
static boolean |
isMethodStatement(String target) |
static boolean |
isOperand(String target) |
protected String |
ln() |
protected Object |
processOneProperty(Object baseObject,
String firstProperty,
String property) |
protected String |
setupPropertyList(String piece,
List<String> propertyList) |
protected List<String> |
splitList(String str,
String delimiter) |
protected boolean |
startsWithParameterBean(String piece) |
static String |
substringBooleanNotRear(String target) |
protected void |
throwIfCommentDifferentTypeComparisonException(Object left,
Object right,
String booleanClause) |
protected void |
throwIfCommentEmptyExpressionException() |
void |
throwIfCommentIllegalParameterBeanSpecificationException() |
protected void |
throwIfCommentListIndexNotNumberException(List<?> list,
String notNumberIndex,
NumberFormatException e) |
protected void |
throwIfCommentListIndexOutOfBoundsException(List<?> list,
String numberIndex,
IndexOutOfBoundsException e) |
protected void |
throwIfCommentMethodInvocationFailureException(Object baseObject,
String methodName,
DfReflectionUtil.ReflectionFailureException e) |
protected void |
throwIfCommentNotBooleanResultException() |
protected void |
throwIfCommentNotFoundMethodException(Object baseObject,
String notFoundMethod) |
protected void |
throwIfCommentNotFoundPropertyException(Object baseObject,
String notFoundProperty) |
protected void |
throwIfCommentNullPointerException(String nullProperty) |
protected void |
throwIfCommentPropertyReadFailureException(Object baseObject,
String propertyName,
DfBeanIllegalPropertyException e) |
protected void |
throwIfCommentUnsupportedExpressionException() |
protected void |
throwIfCommentUnsupportedTypeComparisonException(Object left,
Object right,
String booleanClause) |
protected void |
throwLoopCurrentVariableOutOfForCommentException() |
protected Date |
toDate(Object obj) |
protected LocalDate |
toLocalDate(Object obj) |
protected LocalDateTime |
toLocalDateTime(Object obj) |
protected LocalTime |
toLocalTime(Object obj) |