public class CreateClassNode extends ExpressionNode
| Modifier | Constructor and Description |
|---|---|
protected |
CreateClassNode(String className,
Map<String,ExpressionNode> fieldInitializers,
TemplatesTree.TextSource source,
int offset,
int endoffset) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(EvaluationContext context,
IEvaluationStrategy env) |
String |
getClassName() |
Map<String,ExpressionNode> |
getFieldInitializers() |
void |
toString(StringBuilder sb) |
emit, toStringgetEndOffset, getInput, getLine, getLocation, getOffset, getResourceNameprotected CreateClassNode(String className, Map<String,ExpressionNode> fieldInitializers, TemplatesTree.TextSource source, int offset, int endoffset)
public String getClassName()
public Map<String,ExpressionNode> getFieldInitializers()
public Object evaluate(EvaluationContext context, IEvaluationStrategy env) throws EvaluationException
evaluate in class ExpressionNodeEvaluationExceptionpublic void toString(StringBuilder sb)
toString in class ExpressionNodeCopyright © 2014. All rights reserved.