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, setType
public boolean isNumberLiteral()
isNumberLiteral
in class TypedExpression
public UnificationTypedExpression cloneWithNewExpression(com.github.javaparser.ast.expr.Expression newExpression)
cloneWithNewExpression
in class TypedExpression
public com.github.javaparser.ast.expr.Expression uncastExpression()
uncastExpression
in class TypedExpression
public String toString()
toString
in class TypedExpression
public boolean equals(Object o)
equals
in class TypedExpression
public int hashCode()
hashCode
in class TypedExpression
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.