Package org.openl.rules.lang.xls.syntax
Class OpenlSyntaxNode
- java.lang.Object
-
- org.openl.syntax.impl.ASyntaxNode
-
- org.openl.syntax.impl.TerminalNode
-
- org.openl.rules.lang.xls.syntax.OpenlSyntaxNode
-
- All Implemented Interfaces:
ISyntaxNode
public class OpenlSyntaxNode extends TerminalNode
- Author:
- snshor
-
-
Field Summary
-
Fields inherited from interface org.openl.syntax.ISyntaxNode
EMPTY
-
-
Constructor Summary
Constructors Constructor Description OpenlSyntaxNode(String openlName, ILocation location, IOpenSourceCodeModule module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOpenlName()-
Methods inherited from class org.openl.syntax.impl.TerminalNode
getChild, getNumberOfChildren
-
Methods inherited from class org.openl.syntax.impl.ASyntaxNode
getLocation, getModule, getParent, getSourceLocation, getType, print, printMySelf, setParent, setType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openl.syntax.ISyntaxNode
getText
-
-
-
-
Constructor Detail
-
OpenlSyntaxNode
public OpenlSyntaxNode(String openlName, ILocation location, IOpenSourceCodeModule module)
-
-
Method Detail
-
getOpenlName
public String getOpenlName()
-
-