Package org.openl.rules.dt
Class AST
- java.lang.Object
-
- org.openl.rules.dt.AST
-
public class AST extends Object
-
-
Constructor Summary
Constructors Constructor Description AST(IBoundNode boundNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IBoundNodegetBoundNode()StringgetCode()StringgetCode(IBoundNode boundNode)ILocationgetLocation(IBoundNode boundNode)
-
-
-
Constructor Detail
-
AST
public AST(IBoundNode boundNode)
-
-
Method Detail
-
getBoundNode
public IBoundNode getBoundNode()
-
getLocation
public ILocation getLocation(IBoundNode boundNode)
-
getCode
public String getCode()
-
getCode
public String getCode(IBoundNode boundNode)
-
-