public class UnificationTypedExpression extends TypedExpression
fieldName, left, right, staticExpr, type| 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, getRawClass, getRight, getType, isArray, isList, isPrimitive, isStatic, isThisExpression, setLeft, 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–2020 JBoss by Red Hat. All rights reserved.