public final class LongLiteralMinValueExpr extends LongLiteralExpr
MIN_VALUEvalue| Constructor and Description | 
|---|
| LongLiteralMinValueExpr() | 
| LongLiteralMinValueExpr(int beginLine,
                       int beginColumn,
                       int endLine,
                       int endColumn) | 
| Modifier and Type | Method and Description | 
|---|---|
| <R,A> R | accept(GenericVisitor<R,A> v,
      A arg)Accept method for visitor support. | 
| <A> void | accept(VoidVisitor<A> v,
      A arg)Accept method for visitor support. | 
isMinValuegetValue, setValueequals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringpublic LongLiteralMinValueExpr()
public LongLiteralMinValueExpr(int beginLine,
                               int beginColumn,
                               int endLine,
                               int endColumn)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodeaccept in class LongLiteralExprR - the type the return value of the visitorA - the type the argument passed for the visitorv - the visitor implementationarg - any value relevant for the visitorpublic <A> void accept(VoidVisitor<A> v, A arg)
Nodeaccept in class LongLiteralExprA - the type the argument passed for the visitorv - the visitor implementationarg - any value relevant for the visitor