Uses of Class
edu.ksu.cis.projects.bogor.ast.System.DeclarationKeyword

Packages that use System.DeclarationKeyword
edu.ksu.cis.projects.bogor.ast Provides for Bogor input language AST. 
 

Uses of System.DeclarationKeyword in edu.ksu.cis.projects.bogor.ast
 

Methods in edu.ksu.cis.projects.bogor.ast that return System.DeclarationKeyword
 System.DeclarationKeyword System.getDeclarationKeyword()
           
static System.DeclarationKeyword System.DeclarationKeyword.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static System.DeclarationKeyword[] System.DeclarationKeyword.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in edu.ksu.cis.projects.bogor.ast with parameters of type System.DeclarationKeyword
 void System.setDeclarationKeyword(System.DeclarationKeyword newKeyword)
           
 

Constructors in edu.ksu.cis.projects.bogor.ast with parameters of type System.DeclarationKeyword
System(System.DeclarationKeyword keyword, String id, List<? extends SystemMember> systemMembers)
          Default constructors.