com.github.antlrjavaparser.api.expr
Class LiteralExpr

java.lang.Object
  extended by com.github.antlrjavaparser.api.Node
      extended by com.github.antlrjavaparser.api.expr.Expression
          extended by com.github.antlrjavaparser.api.expr.LiteralExpr
Direct Known Subclasses:
BooleanLiteralExpr, NullLiteralExpr, StringLiteralExpr

public abstract class LiteralExpr
extends Expression

Author:
Julio Vilmar Gesser

Constructor Summary
LiteralExpr()
           
LiteralExpr(int beginLine, int beginColumn, int endLine, int endColumn)
           
 
Method Summary
 
Methods inherited from class com.github.antlrjavaparser.api.Node
accept, accept, equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LiteralExpr

public LiteralExpr()

LiteralExpr

public LiteralExpr(int beginLine,
                   int beginColumn,
                   int endLine,
                   int endColumn)


Copyright © 2013. All Rights Reserved.