|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.transform.AbstractASTTransformUtil
public abstract class AbstractASTTransformUtil extends java.lang.Object
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Method Detail |
---|
public static Statement assignStatement(Expression fieldExpr, Expression value)
public static Statement createConstructorStatementDefault(FieldNode fNode)
public static ExpressionStatement declStatement(Expression result, Expression init)
public static BooleanExpression equalsNullExpr(Expression argExpr)
public static Expression findArg(java.lang.String argName)
public static java.util.List getInstanceNonPropertyFields(ClassNode cNode)
public static java.util.List getInstanceProperties(ClassNode cNode)
public static java.util.List getInstancePropertyFields(ClassNode cNode)
public static java.util.List getSuperNonPropertyFields(ClassNode cNode)
public static java.util.List getSuperPropertyFields(ClassNode cNode)
public static boolean hasDeclaredMethod(ClassNode cNode, java.lang.String name, int argsCount)
public static BooleanExpression isInstanceOf(Expression objectExpression, ClassNode cNode)
public static BooleanExpression isInstanceof(ClassNode cNode, Expression other)
public static BooleanExpression isOneExpr(Expression expr)
public static boolean isOrImplements(ClassNode fieldType, ClassNode interfaceType)
public static BooleanExpression isTrueExpr(Expression argExpr)
public static BooleanExpression isZeroExpr(Expression expr)
public static BooleanExpression notNullExpr(Expression argExpr)
public static Statement returnFalseIfFieldNotEqual(FieldNode fNode, Expression other)
public static Statement returnFalseIfNotInstanceof(ClassNode cNode, Expression other)
public static IfStatement returnFalseIfNull(Expression other)
@Deprecated public static Statement returnFalseIfPropertyNotEqual(FieldNode fNode, Expression other)
public static Statement returnFalseIfPropertyNotEqual(PropertyNode pNode, Expression other)
public static Statement returnFalseIfWrongType(ClassNode cNode, Expression other)
public static IfStatement returnTrueIfIdentical(Expression self, Expression other)
public static Statement safeExpression(Expression fieldExpr, Expression expression)
Groovy Documentation