com.github.antlrjavaparser.api.expr
Class LiteralExpr
java.lang.Object
com.github.antlrjavaparser.api.Node
com.github.antlrjavaparser.api.expr.Expression
com.github.antlrjavaparser.api.expr.LiteralExpr
- Direct Known Subclasses:
- BooleanLiteralExpr, NullLiteralExpr, StringLiteralExpr
public abstract class LiteralExpr
- extends Expression
- Author:
- Julio Vilmar Gesser
Methods inherited from class com.github.antlrjavaparser.api.Node |
accept, accept, equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString |
LiteralExpr
public LiteralExpr()
LiteralExpr
public LiteralExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn)
Copyright © 2013. All Rights Reserved.