Class StaticMethodCallExpression


  • public class StaticMethodCallExpression
    extends Expression
    A static method call on a class
    Version:
    $Revision$
    Author:
    James Strachan
    • Constructor Detail

      • StaticMethodCallExpression

        public StaticMethodCallExpression​(ClassNode type,
                                          java.lang.String method,
                                          Expression arguments)
    • Method Detail

      • getMethod

        public java.lang.String getMethod()
      • getText

        public java.lang.String getText()
        Overrides:
        getText in class ASTNode
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getOwnerType

        public ClassNode getOwnerType()
      • setOwnerType

        public void setOwnerType​(ClassNode ownerType)
      • setMetaMethod

        public void setMetaMethod​(MetaMethod metaMethod)
      • getMetaMethod

        public MetaMethod getMetaMethod()