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

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

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

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

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