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
-
filename
- Name of the file
-
filetype
- sort of the imported syntax
-
Ref_State(Statename, CRectangle, Location, String, Syntax_Type)
-
-
Ref_State(Statename, CRectangle, String, Syntax_Type)
-
-
Ref_State(Statename, String, Syntax_Type)
-
-
clone()
-
filename
public String filename
- Name of the file
filetype
public Syntax_Type filetype
- sort of the imported syntax
Ref_State
public Ref_State(Statename n,
String fn,
Syntax_Type t)
Ref_State
public Ref_State(Statename n,
CRectangle r,
String fn,
Syntax_Type t)
Ref_State
public Ref_State(Statename n,
CRectangle r,
Location l,
String fn,
Syntax_Type t)
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