All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.grammar.syntaxtree.Type

java.lang.Object
    |
    +----hpjava.compiler.grammar.syntaxtree.Node
            |
            +----hpjava.compiler.grammar.syntaxtree.Type

public class Type
extends Node
Grammar production: f0 -> ( PrimitiveType() | Name() ) f1 -> ( ArraySignature() )*


Variable Index

 o f0
 o f1

Constructor Index

 o Type(NodeChoice, NodeListOptional)

Method Index

 o accept(Visitor)

Variables

 o f0
public NodeChoice f0
 o f1
public NodeListOptional f1

Constructors

 o Type
public Type(NodeChoice n0,
            NodeListOptional n1)

Methods

 o accept
public void accept(Visitor v)
Overrides:
accept in class Node

All Packages  Class Hierarchy  This Package  Previous  Next  Index