public class UnificationTypedExpression extends TypedExpression
left, right, staticExpr| Constructor and Description |
|---|
UnificationTypedExpression(String unificationVariable,
Type type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
UnificationTypedExpression |
cloneWithNewExpression(com.github.javaparser.ast.expr.Expression newExpression) |
boolean |
equals(Object o) |
Optional<String> |
getUnificationName() |
Optional<String> |
getUnificationVariable() |
int |
hashCode() |
boolean |
isNumberLiteral() |
String |
toString() |
com.github.javaparser.ast.expr.Expression |
uncastExpression() |
getBoxedType, getExpression, getFieldName, getJPType, getLeft, getOriginalPatternType, getRawClass, getRight, getType, isArray, isBigDecimal, isList, isMap, isNumberLiteral, isPrimitive, isStatic, isThisExpression, setLeft, setOriginalPatternType, setRight, setStatic, setTypepublic boolean isNumberLiteral()
isNumberLiteral in class TypedExpressionpublic UnificationTypedExpression cloneWithNewExpression(com.github.javaparser.ast.expr.Expression newExpression)
cloneWithNewExpression in class TypedExpressionpublic com.github.javaparser.ast.expr.Expression uncastExpression()
uncastExpression in class TypedExpressionpublic String toString()
toString in class TypedExpressionpublic boolean equals(Object o)
equals in class TypedExpressionpublic int hashCode()
hashCode in class TypedExpressionCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.