|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.transformer.cfml.expression.CFMLExprTransformer.Data
public class CFMLExprTransformer.Data
Field Summary | |
---|---|
CFMLString |
cfml
|
short |
context
|
DocComment |
docComment
|
EvaluatorPool |
ep
|
FunctionLib[] |
fld
|
boolean |
insideFunction
|
boolean |
isCFC
|
boolean |
isInterface
|
TagLibTag[] |
scriptTags
|
String |
tagName
|
Constructor Summary | |
---|---|
CFMLExprTransformer.Data(EvaluatorPool ep,
CFMLString cfml,
FunctionLib[] fld,
boolean allowLowerThan)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public CFMLString cfml
public FunctionLib[] fld
public boolean insideFunction
public String tagName
public boolean isCFC
public boolean isInterface
public EvaluatorPool ep
public short context
public TagLibTag[] scriptTags
public DocComment docComment
Constructor Detail |
---|
public CFMLExprTransformer.Data(EvaluatorPool ep, CFMLString cfml, FunctionLib[] fld, boolean allowLowerThan)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |