Package | Description |
---|---|
com.akiban.sql.parser |
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
MethodCallNode |
FromVTI.getMethodCall()
Return the constructor or static method invoked from this node
|
Copyright © 2013. All Rights Reserved.