All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.Ref_State

java.lang.Object
   |
   +----absyn.Absyn
           |
           +----absyn.State
                   |
                   +----absyn.Basic_State
                           |
                           +----absyn.Ref_State

public class Ref_State
extends Basic_State

Variable Index

 o filename
Name of the file
 o filetype
sort of the imported syntax

Constructor Index

 o Ref_State(Statename, CRectangle, Location, String, Syntax_Type)
 o Ref_State(Statename, CRectangle, String, Syntax_Type)
 o Ref_State(Statename, String, Syntax_Type)

Method Index

 o clone()

Variables

 o filename
 public String filename
Name of the file

 o filetype
 public Syntax_Type filetype
sort of the imported syntax

Constructors

 o Ref_State
 public Ref_State(Statename n,
                  String fn,
                  Syntax_Type t)
 o Ref_State
 public Ref_State(Statename n,
                  CRectangle r,
                  String fn,
                  Syntax_Type t)
 o Ref_State
 public Ref_State(Statename n,
                  CRectangle r,
                  Location l,
                  String fn,
                  Syntax_Type t)

Methods

 o clone
 public Object clone() throws CloneNotSupportedException
Throws: CloneNotSupportedException
self-explanatory exception
Overrides:
clone in class Basic_State

All Packages  Class Hierarchy  This Package  Previous  Next  Index