public class GCastExpr extends AbstractCastExpr implements Precedence
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a clone of this Value.
|
int |
getPrecedence() |
java.lang.String |
toString() |
apply, convertToBaf, equivHashCode, equivTo, getCastType, getOp, getOpBox, getType, getUseBoxes, setCastType, setOp, toStringpublic int getPrecedence()
getPrecedence in interface Precedencepublic java.lang.String toString()
toString in class AbstractCastExprpublic java.lang.Object clone()
Valueclone in interface Valueclone in class AbstractCastExpr