public abstract class Expression extends Node
| Constructor and Description | 
|---|
| Expression() | 
| Expression(int beginLine,
          int beginColumn,
          int endLine,
          int endColumn) | 
accept, accept, equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString