| Constructor and Description |
|---|
CastNode(ClassNode typeNode,
Node target)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
evaluate(ParseSession session)
Evaluate this node.
|
Class<?> |
getType(ParseSession session)
Get the type of this node's value.
|
public Class<?> getType(ParseSession session)
Node
If the type is unknown, Object.class should be returned.
public Value evaluate(ParseSession session)
NodeCopyright © 2017. All rights reserved.