Jalopy 1.0b10

Uses of Class
de.hunsicker.jalopy.language.DeclarationType

Packages that use DeclarationType
de.hunsicker.jalopy.language Contains all classes related to the task of language recognition and processing. 
 

Uses of DeclarationType in de.hunsicker.jalopy.language
 

Fields in de.hunsicker.jalopy.language declared as DeclarationType
static DeclarationType DeclarationType.CLASS
          Represents a class declaration.
static DeclarationType DeclarationType.INTERFACE
          Represents an interface declaration.
static DeclarationType DeclarationType.VARIABLE
          Represents an instance variable declaration.
static DeclarationType DeclarationType.INIT
          Represents an instance initializer.
static DeclarationType DeclarationType.CTOR
          Represents a constructor declaration.
static DeclarationType DeclarationType.METHOD
          Represents a method declaration.
static DeclarationType DeclarationType.STATIC_VARIABLE_INIT
          Represents a static variable declaration or initializer.
 

Methods in de.hunsicker.jalopy.language that return DeclarationType
static DeclarationType DeclarationType.valueOf(String name)
          Returns the declaration type of the given abreviation.
 


Jalopy 1.0b10

Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: November 14 2002