com.github.antlrjavaparser.api.expr
Class Expression

java.lang.Object
  extended by com.github.antlrjavaparser.api.Node
      extended by com.github.antlrjavaparser.api.expr.Expression
Direct Known Subclasses:
AnnotationExpr, ArrayAccessExpr, ArrayCreationExpr, ArrayInitializerExpr, AssignExpr, BinaryExpr, CastExpr, ClassExpr, ConditionalExpr, EnclosedExpr, FieldAccessExpr, InstanceOfExpr, LiteralExpr, MethodCallExpr, NameExpr, ObjectCreationExpr, SuperExpr, ThisExpr, UnaryExpr, VariableDeclarationExpr

public abstract class Expression
extends Node

Author:
Julio Vilmar Gesser

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

Constructor Detail

Expression

public Expression()

Expression

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


Copyright © 2013. All Rights Reserved.