Uses of Class
com.akiban.sql.parser.MethodCallNode

Packages that use MethodCallNode
com.akiban.sql.parser   
 

Uses of MethodCallNode in com.akiban.sql.parser
 

Subclasses of MethodCallNode in com.akiban.sql.parser
 class NewInvocationNode
          A NewInvocationNode represents a new object() invocation.
 class NonStaticMethodCallNode
          A NonStaticMethodCallNode is really a node to represent a (static or non-static) method call from an object (as opposed to a static method call from a class.
 class StaticMethodCallNode
          A StaticMethodCallNode represents a static method call from a Class (as opposed to from an Object).
 

Methods in com.akiban.sql.parser that return MethodCallNode
 MethodCallNode FromVTI.getMethodCall()
          Return the constructor or static method invoked from this node
 



Copyright © 2013 Akiban Technologies, Inc. All rights reserved.