com.github.antlrjavaparser.api.type
Class Type

java.lang.Object
  extended by com.github.antlrjavaparser.api.Node
      extended by com.github.antlrjavaparser.api.type.Type
Direct Known Subclasses:
ClassOrInterfaceType, PrimitiveType, ReferenceType, VoidType, WildcardType

public abstract class Type
extends Node

Author:
Julio Vilmar Gesser

Constructor Summary
Type()
           
Type(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

Type

public Type()

Type

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


Copyright © 2013. All Rights Reserved.