railo.transformer.cfml.expression
Class CFMLExprTransformer.Data

java.lang.Object
  extended by railo.transformer.cfml.expression.CFMLExprTransformer.Data
Enclosing class:
CFMLExprTransformer

public class CFMLExprTransformer.Data
extends Object


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

cfml

public CFMLString cfml

fld

public FunctionLib[] fld

insideFunction

public boolean insideFunction

tagName

public String tagName

isCFC

public boolean isCFC

isInterface

public boolean isInterface

ep

public EvaluatorPool ep

context

public short context

scriptTags

public TagLibTag[] scriptTags

docComment

public DocComment docComment
Constructor Detail

CFMLExprTransformer.Data

public CFMLExprTransformer.Data(EvaluatorPool ep,
                                CFMLString cfml,
                                FunctionLib[] fld,
                                boolean allowLowerThan)


Copyright © 2012 Railo