Uses of Class
edu.ksu.cis.projects.bogor.ast.GotoNextState

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

Uses of GotoNextState in edu.ksu.cis.projects.bogor.ast
 

Methods in edu.ksu.cis.projects.bogor.ast that return GotoNextState
 GotoNextState GotoNextState.clone()
          Clones this object (deep clone); including location info.
 

Methods in edu.ksu.cis.projects.bogor.ast with parameters of type GotoNextState
protected  void ASTVisitor.visitGotoNextState(GotoNextState node)