org.jmodelica.modelica.compiler.FullClassDecl Class Reference

node Modelica.ast:110 More...

Inheritance diagram for org.jmodelica.modelica.compiler.FullClassDecl:

org.jmodelica.modelica.compiler.BaseClassDecl org.jmodelica.modelica.compiler.ClassDecl org.jmodelica.modelica.compiler.Element org.jmodelica.modelica.compiler.Clause org.jmodelica.modelica.compiler.BaseNode org.jmodelica.modelica.compiler.ExtendClassDecl org.jmodelica.modelica.compiler.LibClassDecl org.jmodelica.modelica.compiler.PrimitiveClassDecl org.jmodelica.modelica.compiler.UnknownClassDecl org.jmodelica.modelica.compiler.BooleanClassDecl org.jmodelica.modelica.compiler.EnumClassDecl org.jmodelica.modelica.compiler.IntegerClassDecl org.jmodelica.modelica.compiler.RealClassDecl org.jmodelica.modelica.compiler.StringClassDecl

List of all members.

Public Member Functions

void flushCache ()
 low-level
void flushCollectionCache ()
 internal
FullClassDecl clone () throws CloneNotSupportedException
 internal
FullClassDecl copy ()
 internal
FullClassDecl fullCopy ()
 low-level
void dumpClasses (String indent)
 method DumpClasses /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/DumpTree.jadd:429
Opt< InstExternalnewInstExternalOpt ()
 method InstanceTreeConstruction /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:936
InstFullClassDecl newInstClassDecl ()
 method InstanceTreeConstruction /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:940
InstClassDecl createInstReplacingClass (ClassDecl replacedClass, InstRedeclareClassNode icr)
 method InstanceTreeConstruction /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:995
LibClassDecl createLibClassDecl ()
 method Library /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Library.jrag:198
void prettyPrint (Printer p, PrintStream str, String indent)
 method PrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:251
boolean collectTestCases (TestSuite ts, String className)
 method TestFramework /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/TestFramework.jrag:67
 FullClassDecl ()
 method Modelica.ast:1
 FullClassDecl (VisibilityType p0, Opt< Encapsulated > p1, Opt< Partial > p2, Restriction p3, IdDecl p4, Opt< Redeclare > p5, Opt< Final > p6, Opt< Inner > p7, Opt< Outer > p8, Opt< Replaceable > p9, Opt< ConstrainingClause > p10, Opt< Comment > p11, Opt< StringComment > p12, List< AbstractEquation > p13, List< Algorithm > p14, List< ExtendsClause > p15, List< ImportClause > p16, List< ClassDecl > p17, List< ComponentDecl > p18, List< Annotation > p19, Opt< ExternalClause > p20, String p21)
 method Modelica.ast:25
 FullClassDecl (VisibilityType p0, Opt< Encapsulated > p1, Opt< Partial > p2, Restriction p3, IdDecl p4, Opt< Redeclare > p5, Opt< Final > p6, Opt< Inner > p7, Opt< Outer > p8, Opt< Replaceable > p9, Opt< ConstrainingClause > p10, Opt< Comment > p11, Opt< StringComment > p12, List< AbstractEquation > p13, List< Algorithm > p14, List< ExtendsClause > p15, List< ImportClause > p16, List< ClassDecl > p17, List< ComponentDecl > p18, List< Annotation > p19, Opt< ExternalClause > p20, beaver.Symbol p21)
 method Modelica.ast:49
boolean mayHaveRewrite ()
 internal method Modelica.ast:82
void setVisibilityType (VisibilityType node)
 Setter for VisibilityType high-level method Modelica.ast:5.
VisibilityType getVisibilityType ()
 Getter for VisibilityType high-level method Modelica.ast:12.
VisibilityType getVisibilityTypeNoTransform ()
 low-level method Modelica.ast:18
void setEncapsulatedOpt (Opt< Encapsulated > opt)
 Setter for EncapsulatedOpt low-level method Modelica.ast:5.
boolean hasEncapsulated ()
 Does this node have a Encapsulated child? high-level method Modelica.ast:12.
Encapsulated getEncapsulated ()
 Getter for optional child Encapsulated high-level method Modelica.ast:19.
void setEncapsulated (Encapsulated node)
 Setter for optional child Encapsulated high-level method Modelica.ast:27.
Opt< EncapsulatedgetEncapsulatedOpt ()
 low-level method Modelica.ast:37
Opt< EncapsulatedgetEncapsulatedOptNoTransform ()
 low-level method Modelica.ast:44
void setPartialOpt (Opt< Partial > opt)
 Setter for PartialOpt low-level method Modelica.ast:5.
boolean hasPartial ()
 Does this node have a Partial child? high-level method Modelica.ast:12.
Partial getPartial ()
 Getter for optional child Partial high-level method Modelica.ast:19.
void setPartial (Partial node)
 Setter for optional child Partial high-level method Modelica.ast:27.
Opt< PartialgetPartialOpt ()
 low-level method Modelica.ast:37
Opt< PartialgetPartialOptNoTransform ()
 low-level method Modelica.ast:44
void setRestriction (Restriction node)
 Setter for Restriction high-level method Modelica.ast:5.
Restriction getRestriction ()
 Getter for Restriction high-level method Modelica.ast:12.
Restriction getRestrictionNoTransform ()
 low-level method Modelica.ast:18
void setName (IdDecl node)
 Setter for Name high-level method Modelica.ast:5.
IdDecl getName ()
 Getter for Name high-level method Modelica.ast:12.
IdDecl getNameNoTransform ()
 low-level method Modelica.ast:18
void setRedeclareOpt (Opt< Redeclare > opt)
 Setter for RedeclareOpt low-level method Modelica.ast:5.
boolean hasRedeclare ()
 Does this node have a Redeclare child? high-level method Modelica.ast:12.
Redeclare getRedeclare ()
 Getter for optional child Redeclare high-level method Modelica.ast:19.
void setRedeclare (Redeclare node)
 Setter for optional child Redeclare high-level method Modelica.ast:27.
Opt< RedeclaregetRedeclareOpt ()
 low-level method Modelica.ast:37
Opt< RedeclaregetRedeclareOptNoTransform ()
 low-level method Modelica.ast:44
void setFinalOpt (Opt< Final > opt)
 Setter for FinalOpt low-level method Modelica.ast:5.
boolean hasFinal ()
 Does this node have a Final child? high-level method Modelica.ast:12.
Final getFinal ()
 Getter for optional child Final high-level method Modelica.ast:19.
void setFinal (Final node)
 Setter for optional child Final high-level method Modelica.ast:27.
Opt< FinalgetFinalOpt ()
 low-level method Modelica.ast:37
Opt< FinalgetFinalOptNoTransform ()
 low-level method Modelica.ast:44
void setInnerOpt (Opt< Inner > opt)
 Setter for InnerOpt low-level method Modelica.ast:5.
boolean hasInner ()
 Does this node have a Inner child? high-level method Modelica.ast:12.
Inner getInner ()
 Getter for optional child Inner high-level method Modelica.ast:19.
void setInner (Inner node)
 Setter for optional child Inner high-level method Modelica.ast:27.
Opt< InnergetInnerOpt ()
 low-level method Modelica.ast:37
Opt< InnergetInnerOptNoTransform ()
 low-level method Modelica.ast:44
void setOuterOpt (Opt< Outer > opt)
 Setter for OuterOpt low-level method Modelica.ast:5.
boolean hasOuter ()
 Does this node have a Outer child? high-level method Modelica.ast:12.
Outer getOuter ()
 Getter for optional child Outer high-level method Modelica.ast:19.
void setOuter (Outer node)
 Setter for optional child Outer high-level method Modelica.ast:27.
Opt< OutergetOuterOpt ()
 low-level method Modelica.ast:37
Opt< OutergetOuterOptNoTransform ()
 low-level method Modelica.ast:44
void setReplaceableOpt (Opt< Replaceable > opt)
 Setter for ReplaceableOpt low-level method Modelica.ast:5.
boolean hasReplaceable ()
 Does this node have a Replaceable child? high-level method Modelica.ast:12.
Replaceable getReplaceable ()
 Getter for optional child Replaceable high-level method Modelica.ast:19.
void setReplaceable (Replaceable node)
 Setter for optional child Replaceable high-level method Modelica.ast:27.
Opt< ReplaceablegetReplaceableOpt ()
 low-level method Modelica.ast:37
Opt< ReplaceablegetReplaceableOptNoTransform ()
 low-level method Modelica.ast:44
void setConstrainingClauseOpt (Opt< ConstrainingClause > opt)
 Setter for ConstrainingClauseOpt low-level method Modelica.ast:5.
boolean hasConstrainingClause ()
 Does this node have a ConstrainingClause child? high-level method Modelica.ast:12.
ConstrainingClause getConstrainingClause ()
 Getter for optional child ConstrainingClause high-level method Modelica.ast:19.
void setConstrainingClause (ConstrainingClause node)
 Setter for optional child ConstrainingClause high-level method Modelica.ast:27.
Opt< ConstrainingClausegetConstrainingClauseOpt ()
 low-level method Modelica.ast:37
Opt< ConstrainingClausegetConstrainingClauseOptNoTransform ()
 low-level method Modelica.ast:44
void setConstrainingClauseCommentOpt (Opt< Comment > opt)
 Setter for ConstrainingClauseCommentOpt low-level method Modelica.ast:5.
boolean hasConstrainingClauseComment ()
 Does this node have a ConstrainingClauseComment child? high-level method Modelica.ast:12.
Comment getConstrainingClauseComment ()
 Getter for optional child ConstrainingClauseComment high-level method Modelica.ast:19.
void setConstrainingClauseComment (Comment node)
 Setter for optional child ConstrainingClauseComment high-level method Modelica.ast:27.
Opt< CommentgetConstrainingClauseCommentOpt ()
 low-level method Modelica.ast:37
Opt< CommentgetConstrainingClauseCommentOptNoTransform ()
 low-level method Modelica.ast:44
void setStringCommentOpt (Opt< StringComment > opt)
 Setter for StringCommentOpt low-level method Modelica.ast:5.
boolean hasStringComment ()
 Does this node have a StringComment child? high-level method Modelica.ast:12.
StringComment getStringComment ()
 Getter for optional child StringComment high-level method Modelica.ast:19.
void setStringComment (StringComment node)
 Setter for optional child StringComment high-level method Modelica.ast:27.
Opt< StringCommentgetStringCommentOpt ()
 low-level method Modelica.ast:37
Opt< StringCommentgetStringCommentOptNoTransform ()
 low-level method Modelica.ast:44
void setEquationList (List< AbstractEquation > list)
 Setter for EquationList high-level method Modelica.ast:5.
int getNumEquation ()
AbstractEquation getEquation (int i)
 Getter for child in list EquationList high-level method Modelica.ast:19.
void addEquation (AbstractEquation node)
 Add element to list EquationList high-level method Modelica.ast:27.
void addEquationNoTransform (AbstractEquation node)
 low-level method Modelica.ast:34
void setEquation (AbstractEquation node, int i)
 Setter for child in list EquationList high-level method Modelica.ast:42.
List< AbstractEquationgetEquations ()
 Getter for Equation list.
List< AbstractEquationgetEquationsNoTransform ()
 low-level method Modelica.ast:56
List< AbstractEquationgetEquationList ()
 Getter for list EquationList high-level method Modelica.ast:63.
List< AbstractEquationgetEquationListNoTransform ()
 low-level method Modelica.ast:72
void setAlgorithmList (List< Algorithm > list)
 Setter for AlgorithmList high-level method Modelica.ast:5.
int getNumAlgorithm ()
Algorithm getAlgorithm (int i)
 Getter for child in list AlgorithmList high-level method Modelica.ast:19.
void addAlgorithm (Algorithm node)
 Add element to list AlgorithmList high-level method Modelica.ast:27.
void addAlgorithmNoTransform (Algorithm node)
 low-level method Modelica.ast:34
void setAlgorithm (Algorithm node, int i)
 Setter for child in list AlgorithmList high-level method Modelica.ast:42.
List< AlgorithmgetAlgorithms ()
 Getter for Algorithm list.
List< AlgorithmgetAlgorithmsNoTransform ()
 low-level method Modelica.ast:56
List< AlgorithmgetAlgorithmList ()
 Getter for list AlgorithmList high-level method Modelica.ast:63.
List< AlgorithmgetAlgorithmListNoTransform ()
 low-level method Modelica.ast:72
void setSuperList (List< ExtendsClause > list)
 Setter for SuperList high-level method Modelica.ast:5.
int getNumSuper ()
ExtendsClause getSuper (int i)
 Getter for child in list SuperList high-level method Modelica.ast:19.
void addSuper (ExtendsClause node)
 Add element to list SuperList high-level method Modelica.ast:27.
void addSuperNoTransform (ExtendsClause node)
 low-level method Modelica.ast:34
void setSuper (ExtendsClause node, int i)
 Setter for child in list SuperList high-level method Modelica.ast:42.
List< ExtendsClausegetSupers ()
 Getter for Super list.
List< ExtendsClausegetSupersNoTransform ()
 low-level method Modelica.ast:56
List< ExtendsClausegetSuperList ()
 Getter for list SuperList high-level method Modelica.ast:63.
List< ExtendsClausegetSuperListNoTransform ()
 low-level method Modelica.ast:72
void setImportList (List< ImportClause > list)
 Setter for ImportList high-level method Modelica.ast:5.
int getNumImport ()
ImportClause getImport (int i)
 Getter for child in list ImportList high-level method Modelica.ast:19.
void addImport (ImportClause node)
 Add element to list ImportList high-level method Modelica.ast:27.
void addImportNoTransform (ImportClause node)
 low-level method Modelica.ast:34
void setImport (ImportClause node, int i)
 Setter for child in list ImportList high-level method Modelica.ast:42.
List< ImportClausegetImports ()
 Getter for Import list.
List< ImportClausegetImportsNoTransform ()
 low-level method Modelica.ast:56
List< ImportClausegetImportList ()
 Getter for list ImportList high-level method Modelica.ast:63.
List< ImportClausegetImportListNoTransform ()
 low-level method Modelica.ast:72
void setClassDeclList (List< ClassDecl > list)
 Setter for ClassDeclList high-level method Modelica.ast:5.
int getNumClassDecl ()
ClassDecl getClassDecl (int i)
 Getter for child in list ClassDeclList high-level method Modelica.ast:19.
void addClassDecl (ClassDecl node)
 Add element to list ClassDeclList high-level method Modelica.ast:27.
void addClassDeclNoTransform (ClassDecl node)
 low-level method Modelica.ast:34
void setClassDecl (ClassDecl node, int i)
 Setter for child in list ClassDeclList high-level method Modelica.ast:42.
List< ClassDeclgetClassDecls ()
 Getter for ClassDecl list.
List< ClassDeclgetClassDeclsNoTransform ()
 low-level method Modelica.ast:56
List< ClassDeclgetClassDeclList ()
 Getter for list ClassDeclList high-level method Modelica.ast:63.
List< ClassDeclgetClassDeclListNoTransform ()
 low-level method Modelica.ast:72
void setComponentDeclList (List< ComponentDecl > list)
 Setter for ComponentDeclList high-level method Modelica.ast:5.
int getNumComponentDecl ()
ComponentDecl getComponentDecl (int i)
 Getter for child in list ComponentDeclList high-level method Modelica.ast:19.
void addComponentDecl (ComponentDecl node)
 Add element to list ComponentDeclList high-level method Modelica.ast:27.
void addComponentDeclNoTransform (ComponentDecl node)
 low-level method Modelica.ast:34
void setComponentDecl (ComponentDecl node, int i)
 Setter for child in list ComponentDeclList high-level method Modelica.ast:42.
List< ComponentDeclgetComponentDecls ()
 Getter for ComponentDecl list.
List< ComponentDeclgetComponentDeclsNoTransform ()
 low-level method Modelica.ast:56
List< ComponentDeclgetComponentDeclList ()
 Getter for list ComponentDeclList high-level method Modelica.ast:63.
List< ComponentDeclgetComponentDeclListNoTransform ()
 low-level method Modelica.ast:72
void setAnnotationList (List< Annotation > list)
 Setter for AnnotationList high-level method Modelica.ast:5.
int getNumAnnotation ()
Annotation getAnnotation (int i)
 Getter for child in list AnnotationList high-level method Modelica.ast:19.
void addAnnotation (Annotation node)
 Add element to list AnnotationList high-level method Modelica.ast:27.
void addAnnotationNoTransform (Annotation node)
 low-level method Modelica.ast:34
void setAnnotation (Annotation node, int i)
 Setter for child in list AnnotationList high-level method Modelica.ast:42.
List< AnnotationgetAnnotations ()
 Getter for Annotation list.
List< AnnotationgetAnnotationsNoTransform ()
 low-level method Modelica.ast:56
List< AnnotationgetAnnotationList ()
 Getter for list AnnotationList high-level method Modelica.ast:63.
List< AnnotationgetAnnotationListNoTransform ()
 low-level method Modelica.ast:72
void setExternalClauseOpt (Opt< ExternalClause > opt)
 Setter for ExternalClauseOpt low-level method Modelica.ast:5.
boolean hasExternalClause ()
 Does this node have a ExternalClause child? high-level method Modelica.ast:12.
ExternalClause getExternalClause ()
 Getter for optional child ExternalClause high-level method Modelica.ast:19.
void setExternalClause (ExternalClause node)
 Setter for optional child ExternalClause high-level method Modelica.ast:27.
Opt< ExternalClausegetExternalClauseOpt ()
 low-level method Modelica.ast:37
Opt< ExternalClausegetExternalClauseOptNoTransform ()
 low-level method Modelica.ast:44
void setEndName (String value)
 Setter for lexeme EndName high-level method Modelica.ast:5.
void setEndName (beaver.Symbol symbol)
 method Modelica.ast:11
String getEndName ()
 Getter for lexeme EndName high-level method Modelica.ast:22.
AnnotationNode annotation ()
 Get the annotation node for this AST node's annotation, if any.
ArrayList< AbstractEquationequations ()
 syn SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1416
ArrayList< Algorithmalgorithms ()
 syn SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1426
ArrayList< ExtendsClausesuperClasses ()
 syn SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1434
ArrayList< ComponentDeclcomponents ()
 syn SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1449
ArrayList< ClassDeclclasses ()
 syn SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1458
ArrayList< ImportClauseimports ()
 syn SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1528
ClassDecl simpleLookupClassDefaultScope (String name)
 Lookup in contained classes, extended classes, imports and surrounding classes.
ClassDecl simpleLookupClassLocalScope (String name)
 Lookup in contained classes, imports and surrounding classes.
ClassDecl simpleLookupClassMemberScope (String name)
 syn SimpleClassLookup /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/SimpleLookup.jrag:131
List getPredefinedType ()
 inh PredefinedTypes /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PredefinedTypes.jrag:23
ClassDecl Define_ClassDecl_simpleLookupClass (ASTNode caller, ASTNode child, String name)
 /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/SimpleLookup.jrag:53 internal
String Define_String_classNamePrefix (ASTNode caller, ASTNode child)
 /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:485 internal
String Define_String_packagePath (ASTNode caller, ASTNode child, String name)
 /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:539 internal
String Define_String_topPackagePath (ASTNode caller, ASTNode child)
 /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:550 internal
BaseClassDecl Define_BaseClassDecl_enclosingClassDecl (ASTNode caller, ASTNode child)
 /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:607 internal
ASTNode rewriteTo ()
 internal

Public Attributes

int EndNamestart
 method Modelica.ast:9
int EndNameend
 method Modelica.ast:10

Protected Member Functions

ClassDecl simpleLookupClassInImports (String name)
 method SimpleClassLookup /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/SimpleLookup.jrag:159
ClassDecl simpleLookupClassInExtends (String name)
 method SimpleClassLookup /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/SimpleLookup.jrag:170
int numChildren ()
 low-level method Modelica.ast:76

Static Protected Member Functions

static void saveClassesIndex (ArrayList< ClassDecl > list)
 method SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1520

Protected Attributes

String tokenString_EndName
 * internal * method Modelica.ast:8
java.util.Map simpleLookupClassDefaultScope_String_values
java.util.Map simpleLookupClassLocalScope_String_values
java.util.Map simpleLookupClassMemberScope_String_values


Detailed Description

node Modelica.ast:110

Constructor & Destructor Documentation

org.jmodelica.modelica.compiler.FullClassDecl.FullClassDecl (  ) 

method Modelica.ast:1

org.jmodelica.modelica.compiler.FullClassDecl.FullClassDecl ( VisibilityType  p0,
Opt< Encapsulated p1,
Opt< Partial p2,
Restriction  p3,
IdDecl  p4,
Opt< Redeclare p5,
Opt< Final p6,
Opt< Inner p7,
Opt< Outer p8,
Opt< Replaceable p9,
Opt< ConstrainingClause p10,
Opt< Comment p11,
Opt< StringComment p12,
List< AbstractEquation p13,
List< Algorithm p14,
List< ExtendsClause p15,
List< ImportClause p16,
List< ClassDecl p17,
List< ComponentDecl p18,
List< Annotation p19,
Opt< ExternalClause p20,
String  p21 
)

method Modelica.ast:25

org.jmodelica.modelica.compiler.FullClassDecl.FullClassDecl ( VisibilityType  p0,
Opt< Encapsulated p1,
Opt< Partial p2,
Restriction  p3,
IdDecl  p4,
Opt< Redeclare p5,
Opt< Final p6,
Opt< Inner p7,
Opt< Outer p8,
Opt< Replaceable p9,
Opt< ConstrainingClause p10,
Opt< Comment p11,
Opt< StringComment p12,
List< AbstractEquation p13,
List< Algorithm p14,
List< ExtendsClause p15,
List< ImportClause p16,
List< ClassDecl p17,
List< ComponentDecl p18,
List< Annotation p19,
Opt< ExternalClause p20,
beaver.Symbol  p21 
)

method Modelica.ast:49


Member Function Documentation

void org.jmodelica.modelica.compiler.FullClassDecl.addAlgorithm ( Algorithm  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addAlgorithmNoTransform ( Algorithm  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addAnnotation ( Annotation  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addAnnotationNoTransform ( Annotation  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addClassDecl ( ClassDecl  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addClassDeclNoTransform ( ClassDecl  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addComponentDecl ( ComponentDecl  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addComponentDeclNoTransform ( ComponentDecl  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addEquation ( AbstractEquation  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addEquationNoTransform ( AbstractEquation  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addImport ( ImportClause  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addImportNoTransform ( ImportClause  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addSuper ( ExtendsClause  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.addSuperNoTransform ( ExtendsClause  node  ) 

ArrayList<Algorithm> org.jmodelica.modelica.compiler.FullClassDecl.algorithms (  ) 

syn SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1426

Reimplemented from org.jmodelica.modelica.compiler.ClassDecl.

AnnotationNode org.jmodelica.modelica.compiler.FullClassDecl.annotation (  ) 

Get the annotation node for this AST node's annotation, if any.

This should be overridden for all nodes that can have annotations. syn AnnotationAPI /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Annotations.jrag:55

ArrayList<ClassDecl> org.jmodelica.modelica.compiler.FullClassDecl.classes (  ) 

syn SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1458

Reimplemented from org.jmodelica.modelica.compiler.ClassDecl.

Reimplemented in org.jmodelica.modelica.compiler.LibClassDecl.

FullClassDecl org.jmodelica.modelica.compiler.FullClassDecl.clone (  )  throws CloneNotSupportedException

boolean org.jmodelica.modelica.compiler.FullClassDecl.collectTestCases ( TestSuite  ts,
String  className 
)

method TestFramework /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/TestFramework.jrag:67

ArrayList<ComponentDecl> org.jmodelica.modelica.compiler.FullClassDecl.components (  ) 

syn SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1449

Reimplemented from org.jmodelica.modelica.compiler.ClassDecl.

FullClassDecl org.jmodelica.modelica.compiler.FullClassDecl.copy (  ) 

InstClassDecl org.jmodelica.modelica.compiler.FullClassDecl.createInstReplacingClass ( ClassDecl  replacedClass,
InstRedeclareClassNode  icr 
)

method InstanceTreeConstruction /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:995

Reimplemented from org.jmodelica.modelica.compiler.ClassDecl.

LibClassDecl org.jmodelica.modelica.compiler.FullClassDecl.createLibClassDecl (  ) 

method Library /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Library.jrag:198

BaseClassDecl org.jmodelica.modelica.compiler.FullClassDecl.Define_BaseClassDecl_enclosingClassDecl ( ASTNode  caller,
ASTNode  child 
)

/tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:607 internal

Reimplemented in org.jmodelica.modelica.compiler.LibClassDecl.

ClassDecl org.jmodelica.modelica.compiler.FullClassDecl.Define_ClassDecl_simpleLookupClass ( ASTNode  caller,
ASTNode  child,
String  name 
)

/tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/SimpleLookup.jrag:53 internal

String org.jmodelica.modelica.compiler.FullClassDecl.Define_String_classNamePrefix ( ASTNode  caller,
ASTNode  child 
)

/tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:485 internal

Reimplemented in org.jmodelica.modelica.compiler.LibClassDecl.

String org.jmodelica.modelica.compiler.FullClassDecl.Define_String_packagePath ( ASTNode  caller,
ASTNode  child,
String  name 
)

/tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:539 internal

String org.jmodelica.modelica.compiler.FullClassDecl.Define_String_topPackagePath ( ASTNode  caller,
ASTNode  child 
)

/tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:550 internal

void org.jmodelica.modelica.compiler.FullClassDecl.dumpClasses ( String  indent  ) 

method DumpClasses /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/DumpTree.jadd:429

Reimplemented from org.jmodelica.modelica.compiler.Element.

Reimplemented in org.jmodelica.modelica.compiler.LibClassDecl.

ArrayList<AbstractEquation> org.jmodelica.modelica.compiler.FullClassDecl.equations (  ) 

syn SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1416

Reimplemented from org.jmodelica.modelica.compiler.ClassDecl.

void org.jmodelica.modelica.compiler.FullClassDecl.flushCache (  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.flushCollectionCache (  ) 

FullClassDecl org.jmodelica.modelica.compiler.FullClassDecl.fullCopy (  ) 

Algorithm org.jmodelica.modelica.compiler.FullClassDecl.getAlgorithm ( int  i  ) 

List<Algorithm> org.jmodelica.modelica.compiler.FullClassDecl.getAlgorithmList (  ) 

List<Algorithm> org.jmodelica.modelica.compiler.FullClassDecl.getAlgorithmListNoTransform (  ) 

List<Algorithm> org.jmodelica.modelica.compiler.FullClassDecl.getAlgorithms (  ) 

List<Algorithm> org.jmodelica.modelica.compiler.FullClassDecl.getAlgorithmsNoTransform (  ) 

Annotation org.jmodelica.modelica.compiler.FullClassDecl.getAnnotation ( int  i  ) 

List<Annotation> org.jmodelica.modelica.compiler.FullClassDecl.getAnnotationList (  ) 

List<Annotation> org.jmodelica.modelica.compiler.FullClassDecl.getAnnotationListNoTransform (  ) 

List<Annotation> org.jmodelica.modelica.compiler.FullClassDecl.getAnnotations (  ) 

List<Annotation> org.jmodelica.modelica.compiler.FullClassDecl.getAnnotationsNoTransform (  ) 

ClassDecl org.jmodelica.modelica.compiler.FullClassDecl.getClassDecl ( int  i  ) 

List<ClassDecl> org.jmodelica.modelica.compiler.FullClassDecl.getClassDeclList (  ) 

List<ClassDecl> org.jmodelica.modelica.compiler.FullClassDecl.getClassDeclListNoTransform (  ) 

List<ClassDecl> org.jmodelica.modelica.compiler.FullClassDecl.getClassDecls (  ) 

List<ClassDecl> org.jmodelica.modelica.compiler.FullClassDecl.getClassDeclsNoTransform (  ) 

ComponentDecl org.jmodelica.modelica.compiler.FullClassDecl.getComponentDecl ( int  i  ) 

List<ComponentDecl> org.jmodelica.modelica.compiler.FullClassDecl.getComponentDeclList (  ) 

List<ComponentDecl> org.jmodelica.modelica.compiler.FullClassDecl.getComponentDeclListNoTransform (  ) 

List<ComponentDecl> org.jmodelica.modelica.compiler.FullClassDecl.getComponentDecls (  ) 

List<ComponentDecl> org.jmodelica.modelica.compiler.FullClassDecl.getComponentDeclsNoTransform (  ) 

ConstrainingClause org.jmodelica.modelica.compiler.FullClassDecl.getConstrainingClause (  ) 

Comment org.jmodelica.modelica.compiler.FullClassDecl.getConstrainingClauseComment (  ) 

Opt<Comment> org.jmodelica.modelica.compiler.FullClassDecl.getConstrainingClauseCommentOpt (  ) 

Opt<Comment> org.jmodelica.modelica.compiler.FullClassDecl.getConstrainingClauseCommentOptNoTransform (  ) 

Opt<ConstrainingClause> org.jmodelica.modelica.compiler.FullClassDecl.getConstrainingClauseOpt (  ) 

Opt<ConstrainingClause> org.jmodelica.modelica.compiler.FullClassDecl.getConstrainingClauseOptNoTransform (  ) 

Encapsulated org.jmodelica.modelica.compiler.FullClassDecl.getEncapsulated (  ) 

Opt<Encapsulated> org.jmodelica.modelica.compiler.FullClassDecl.getEncapsulatedOpt (  ) 

Opt<Encapsulated> org.jmodelica.modelica.compiler.FullClassDecl.getEncapsulatedOptNoTransform (  ) 

String org.jmodelica.modelica.compiler.FullClassDecl.getEndName (  ) 

AbstractEquation org.jmodelica.modelica.compiler.FullClassDecl.getEquation ( int  i  ) 

List<AbstractEquation> org.jmodelica.modelica.compiler.FullClassDecl.getEquationList (  ) 

List<AbstractEquation> org.jmodelica.modelica.compiler.FullClassDecl.getEquationListNoTransform (  ) 

List<AbstractEquation> org.jmodelica.modelica.compiler.FullClassDecl.getEquations (  ) 

List<AbstractEquation> org.jmodelica.modelica.compiler.FullClassDecl.getEquationsNoTransform (  ) 

ExternalClause org.jmodelica.modelica.compiler.FullClassDecl.getExternalClause (  ) 

Opt<ExternalClause> org.jmodelica.modelica.compiler.FullClassDecl.getExternalClauseOpt (  ) 

Opt<ExternalClause> org.jmodelica.modelica.compiler.FullClassDecl.getExternalClauseOptNoTransform (  ) 

Final org.jmodelica.modelica.compiler.FullClassDecl.getFinal (  ) 

Opt<Final> org.jmodelica.modelica.compiler.FullClassDecl.getFinalOpt (  ) 

Opt<Final> org.jmodelica.modelica.compiler.FullClassDecl.getFinalOptNoTransform (  ) 

ImportClause org.jmodelica.modelica.compiler.FullClassDecl.getImport ( int  i  ) 

List<ImportClause> org.jmodelica.modelica.compiler.FullClassDecl.getImportList (  ) 

List<ImportClause> org.jmodelica.modelica.compiler.FullClassDecl.getImportListNoTransform (  ) 

List<ImportClause> org.jmodelica.modelica.compiler.FullClassDecl.getImports (  ) 

List<ImportClause> org.jmodelica.modelica.compiler.FullClassDecl.getImportsNoTransform (  ) 

Inner org.jmodelica.modelica.compiler.FullClassDecl.getInner (  ) 

Opt<Inner> org.jmodelica.modelica.compiler.FullClassDecl.getInnerOpt (  ) 

Opt<Inner> org.jmodelica.modelica.compiler.FullClassDecl.getInnerOptNoTransform (  ) 

IdDecl org.jmodelica.modelica.compiler.FullClassDecl.getName (  ) 

IdDecl org.jmodelica.modelica.compiler.FullClassDecl.getNameNoTransform (  ) 

int org.jmodelica.modelica.compiler.FullClassDecl.getNumAlgorithm (  ) 

int org.jmodelica.modelica.compiler.FullClassDecl.getNumAnnotation (  ) 

int org.jmodelica.modelica.compiler.FullClassDecl.getNumClassDecl (  ) 

int org.jmodelica.modelica.compiler.FullClassDecl.getNumComponentDecl (  ) 

int org.jmodelica.modelica.compiler.FullClassDecl.getNumEquation (  ) 

int org.jmodelica.modelica.compiler.FullClassDecl.getNumImport (  ) 

int org.jmodelica.modelica.compiler.FullClassDecl.getNumSuper (  ) 

Outer org.jmodelica.modelica.compiler.FullClassDecl.getOuter (  ) 

Opt<Outer> org.jmodelica.modelica.compiler.FullClassDecl.getOuterOpt (  ) 

Opt<Outer> org.jmodelica.modelica.compiler.FullClassDecl.getOuterOptNoTransform (  ) 

Partial org.jmodelica.modelica.compiler.FullClassDecl.getPartial (  ) 

Opt<Partial> org.jmodelica.modelica.compiler.FullClassDecl.getPartialOpt (  ) 

Opt<Partial> org.jmodelica.modelica.compiler.FullClassDecl.getPartialOptNoTransform (  ) 

List org.jmodelica.modelica.compiler.FullClassDecl.getPredefinedType (  ) 

inh PredefinedTypes /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PredefinedTypes.jrag:23

Redeclare org.jmodelica.modelica.compiler.FullClassDecl.getRedeclare (  ) 

Opt<Redeclare> org.jmodelica.modelica.compiler.FullClassDecl.getRedeclareOpt (  ) 

Opt<Redeclare> org.jmodelica.modelica.compiler.FullClassDecl.getRedeclareOptNoTransform (  ) 

Replaceable org.jmodelica.modelica.compiler.FullClassDecl.getReplaceable (  ) 

Opt<Replaceable> org.jmodelica.modelica.compiler.FullClassDecl.getReplaceableOpt (  ) 

Opt<Replaceable> org.jmodelica.modelica.compiler.FullClassDecl.getReplaceableOptNoTransform (  ) 

Restriction org.jmodelica.modelica.compiler.FullClassDecl.getRestriction (  ) 

Restriction org.jmodelica.modelica.compiler.FullClassDecl.getRestrictionNoTransform (  ) 

StringComment org.jmodelica.modelica.compiler.FullClassDecl.getStringComment (  ) 

Opt<StringComment> org.jmodelica.modelica.compiler.FullClassDecl.getStringCommentOpt (  ) 

Opt<StringComment> org.jmodelica.modelica.compiler.FullClassDecl.getStringCommentOptNoTransform (  ) 

ExtendsClause org.jmodelica.modelica.compiler.FullClassDecl.getSuper ( int  i  ) 

List<ExtendsClause> org.jmodelica.modelica.compiler.FullClassDecl.getSuperList (  ) 

List<ExtendsClause> org.jmodelica.modelica.compiler.FullClassDecl.getSuperListNoTransform (  ) 

List<ExtendsClause> org.jmodelica.modelica.compiler.FullClassDecl.getSupers (  ) 

List<ExtendsClause> org.jmodelica.modelica.compiler.FullClassDecl.getSupersNoTransform (  ) 

VisibilityType org.jmodelica.modelica.compiler.FullClassDecl.getVisibilityType (  ) 

VisibilityType org.jmodelica.modelica.compiler.FullClassDecl.getVisibilityTypeNoTransform (  ) 

boolean org.jmodelica.modelica.compiler.FullClassDecl.hasConstrainingClause (  ) 

boolean org.jmodelica.modelica.compiler.FullClassDecl.hasConstrainingClauseComment (  ) 

boolean org.jmodelica.modelica.compiler.FullClassDecl.hasEncapsulated (  ) 

boolean org.jmodelica.modelica.compiler.FullClassDecl.hasExternalClause (  ) 

boolean org.jmodelica.modelica.compiler.FullClassDecl.hasFinal (  ) 

boolean org.jmodelica.modelica.compiler.FullClassDecl.hasInner (  ) 

boolean org.jmodelica.modelica.compiler.FullClassDecl.hasOuter (  ) 

boolean org.jmodelica.modelica.compiler.FullClassDecl.hasPartial (  ) 

boolean org.jmodelica.modelica.compiler.FullClassDecl.hasRedeclare (  ) 

boolean org.jmodelica.modelica.compiler.FullClassDecl.hasReplaceable (  ) 

boolean org.jmodelica.modelica.compiler.FullClassDecl.hasStringComment (  ) 

ArrayList<ImportClause> org.jmodelica.modelica.compiler.FullClassDecl.imports (  ) 

syn SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1528

Reimplemented from org.jmodelica.modelica.compiler.ClassDecl.

boolean org.jmodelica.modelica.compiler.FullClassDecl.mayHaveRewrite (  ) 

InstFullClassDecl org.jmodelica.modelica.compiler.FullClassDecl.newInstClassDecl (  ) 

method InstanceTreeConstruction /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:940

Reimplemented from org.jmodelica.modelica.compiler.ClassDecl.

Reimplemented in org.jmodelica.modelica.compiler.EnumClassDecl, org.jmodelica.modelica.compiler.ExtendClassDecl, and org.jmodelica.modelica.compiler.PrimitiveClassDecl.

Opt<InstExternal> org.jmodelica.modelica.compiler.FullClassDecl.newInstExternalOpt (  ) 

method InstanceTreeConstruction /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:936

int org.jmodelica.modelica.compiler.FullClassDecl.numChildren (  )  [protected]

void org.jmodelica.modelica.compiler.FullClassDecl.prettyPrint ( Printer  p,
PrintStream  str,
String  indent 
)

method PrettyPrint /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/PrettyPrint.jrag:251

ASTNode org.jmodelica.modelica.compiler.FullClassDecl.rewriteTo (  ) 

static void org.jmodelica.modelica.compiler.FullClassDecl.saveClassesIndex ( ArrayList< ClassDecl list  )  [static, protected]

method SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1520

void org.jmodelica.modelica.compiler.FullClassDecl.setAlgorithm ( Algorithm  node,
int  i 
)

void org.jmodelica.modelica.compiler.FullClassDecl.setAlgorithmList ( List< Algorithm list  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setAnnotation ( Annotation  node,
int  i 
)

void org.jmodelica.modelica.compiler.FullClassDecl.setAnnotationList ( List< Annotation list  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setClassDecl ( ClassDecl  node,
int  i 
)

void org.jmodelica.modelica.compiler.FullClassDecl.setClassDeclList ( List< ClassDecl list  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setComponentDecl ( ComponentDecl  node,
int  i 
)

void org.jmodelica.modelica.compiler.FullClassDecl.setComponentDeclList ( List< ComponentDecl list  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setConstrainingClause ( ConstrainingClause  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setConstrainingClauseComment ( Comment  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setConstrainingClauseCommentOpt ( Opt< Comment opt  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setConstrainingClauseOpt ( Opt< ConstrainingClause opt  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setEncapsulated ( Encapsulated  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setEncapsulatedOpt ( Opt< Encapsulated opt  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setEndName ( beaver.Symbol  symbol  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setEndName ( String  value  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setEquation ( AbstractEquation  node,
int  i 
)

void org.jmodelica.modelica.compiler.FullClassDecl.setEquationList ( List< AbstractEquation list  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setExternalClause ( ExternalClause  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setExternalClauseOpt ( Opt< ExternalClause opt  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setFinal ( Final  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setFinalOpt ( Opt< Final opt  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setImport ( ImportClause  node,
int  i 
)

void org.jmodelica.modelica.compiler.FullClassDecl.setImportList ( List< ImportClause list  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setInner ( Inner  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setInnerOpt ( Opt< Inner opt  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setName ( IdDecl  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setOuter ( Outer  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setOuterOpt ( Opt< Outer opt  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setPartial ( Partial  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setPartialOpt ( Opt< Partial opt  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setRedeclare ( Redeclare  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setRedeclareOpt ( Opt< Redeclare opt  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setReplaceable ( Replaceable  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setReplaceableOpt ( Opt< Replaceable opt  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setRestriction ( Restriction  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setStringComment ( StringComment  node  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setStringCommentOpt ( Opt< StringComment opt  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setSuper ( ExtendsClause  node,
int  i 
)

void org.jmodelica.modelica.compiler.FullClassDecl.setSuperList ( List< ExtendsClause list  ) 

void org.jmodelica.modelica.compiler.FullClassDecl.setVisibilityType ( VisibilityType  node  ) 

ClassDecl org.jmodelica.modelica.compiler.FullClassDecl.simpleLookupClassDefaultScope ( String  name  ) 

Lookup in contained classes, extended classes, imports and surrounding classes.

syn SimpleClassLookup /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/SimpleLookup.jrag:104

ClassDecl org.jmodelica.modelica.compiler.FullClassDecl.simpleLookupClassInExtends ( String  name  )  [protected]

method SimpleClassLookup /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/SimpleLookup.jrag:170

ClassDecl org.jmodelica.modelica.compiler.FullClassDecl.simpleLookupClassInImports ( String  name  )  [protected]

method SimpleClassLookup /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/SimpleLookup.jrag:159

ClassDecl org.jmodelica.modelica.compiler.FullClassDecl.simpleLookupClassLocalScope ( String  name  ) 

Lookup in contained classes, imports and surrounding classes.

syn SimpleClassLookup /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/SimpleLookup.jrag:116

ClassDecl org.jmodelica.modelica.compiler.FullClassDecl.simpleLookupClassMemberScope ( String  name  ) 

syn SimpleClassLookup /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/SimpleLookup.jrag:131

Reimplemented from org.jmodelica.modelica.compiler.ClassDecl.

Reimplemented in org.jmodelica.modelica.compiler.LibClassDecl, and org.jmodelica.modelica.compiler.UnknownClassDecl.

ArrayList<ExtendsClause> org.jmodelica.modelica.compiler.FullClassDecl.superClasses (  ) 

syn SourceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1434

Reimplemented from org.jmodelica.modelica.compiler.ClassDecl.


Member Data Documentation

method Modelica.ast:10

method Modelica.ast:9

* internal * method Modelica.ast:8

* internal


The documentation for this class was generated from the following file:

Generated on Fri Oct 7 14:50:23 2011 for JModelica.org by  doxygen 1.5.8