Package org.mvel2.ast

Class StaticImportNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class StaticImportNode
    extends ASTNode
    See Also:
    Serialized Form
    • Field Detail

      • declaringClass

        private java.lang.Class declaringClass
      • methodName

        private java.lang.String methodName
      • method

        private transient java.lang.reflect.Method method
    • Constructor Detail

      • StaticImportNode

        public StaticImportNode​(char[] expr,
                                int start,
                                int offset,
                                ParserContext pCtx)
    • Method Detail

      • resolveMethod

        private java.lang.reflect.Method resolveMethod()
      • getMethod

        public java.lang.reflect.Method getMethod()