| Package | Description |
|---|---|
| com.foundationdb.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 © 2015 FoundationDB, LLC. All rights reserved.