pt.compiler.parser.ast.type
Class Type

java.lang.Object
  extended by pt.compiler.parser.ast.Node
      extended by pt.compiler.parser.ast.type.Type
Direct Known Subclasses:
ClassOrInterfaceType, PrimitiveType, ReferenceType, VoidType, WildcardType

public abstract class Type
extends Node

Author:
Julio Vilmar Gesser

Constructor Summary
Type(int line, int column)
           
 
Method Summary
 
Methods inherited from class pt.compiler.parser.ast.Node
accept, accept, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, setData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Type

public Type(int line,
            int column)