org.jmodelica.modelica.compiler.InstFullClassDecl Class Reference

node InstanceTree.ast:40 More...

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

org.jmodelica.modelica.compiler.InstBaseClassDecl org.jmodelica.modelica.compiler.InstClassDecl org.jmodelica.modelica.compiler.InstNode org.jmodelica.modelica.compiler.InstRedeclareClassNode org.jmodelica.modelica.compiler.BaseNode org.jmodelica.modelica.compiler.InstExtendClassDecl org.jmodelica.modelica.compiler.InstPrimitiveClassDecl org.jmodelica.modelica.compiler.InstReplacingFullClassDecl org.jmodelica.modelica.compiler.UnknownInstClassDecl org.jmodelica.modelica.compiler.InstEnumClassDecl org.jmodelica.modelica.compiler.InstReplacingPrimitiveClassDecl

List of all members.

Public Member Functions

void flushCache ()
 low-level
void flushCollectionCache ()
 internal
InstFullClassDecl clone () throws CloneNotSupportedException
 internal
InstFullClassDecl copy ()
 internal
InstFullClassDecl fullCopy ()
 low-level
void evaluate (Map< CommonVariableDecl, CValue > values)
 method ConstantEvaluation /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/ConstantEvaluation.jrag:1715
void collectErrors ()
 method InstanceErrorCheck /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/ErrorCheck.jrag:544
void flattenFunction (FClass fc)
 method Flattening /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:107
void flattenThisFunction (FClass fc)
 method Flattening /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:117
void flattenRecord (FClass fc)
 method Flattening /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:166
void flattenThisRecord (FClass fc)
 method Flattening /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:181
String toString (String indent)
 method InstanceDumpTree /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1816
String toString ()
 method InstanceDumpTree /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1829
 InstFullClassDecl ()
 method InstanceTree.ast:1
 InstFullClassDecl (ClassDecl p0, Opt< InstConstraining > p1, InstRestriction p2, Opt< InstExternal > p3)
 method InstanceTree.ast:18
boolean mayHaveRewrite ()
 internal method InstanceTree.ast:43
void setClassDecl (ClassDecl value)
 Setter for lexeme ClassDecl high-level method InstanceTree.ast:5.
ClassDecl getClassDecl ()
 Getter for lexeme ClassDecl high-level method InstanceTree.ast:12.
void setInstConstrainingOpt (Opt< InstConstraining > opt)
 Setter for InstConstrainingOpt low-level method InstanceTree.ast:5.
boolean hasInstConstraining ()
 Does this node have a InstConstraining child? high-level method InstanceTree.ast:12.
InstConstraining getInstConstraining ()
 Getter for optional child InstConstraining high-level method InstanceTree.ast:19.
void setInstConstraining (InstConstraining node)
 Setter for optional child InstConstraining high-level method InstanceTree.ast:27.
Opt< InstConstraininggetInstConstrainingOpt ()
 low-level method InstanceTree.ast:37
Opt< InstConstraininggetInstConstrainingOptNoTransform ()
 low-level method InstanceTree.ast:44
void setInstRestriction (InstRestriction node)
 Setter for InstRestriction high-level method InstanceTree.ast:5.
InstRestriction getInstRestriction ()
 Getter for InstRestriction high-level method InstanceTree.ast:12.
InstRestriction getInstRestrictionNoTransform ()
 low-level method InstanceTree.ast:18
void setInstExternalOpt (Opt< InstExternal > opt)
 Setter for InstExternalOpt low-level method InstanceTree.ast:5.
boolean hasInstExternal ()
 Does this node have a InstExternal child? high-level method InstanceTree.ast:12.
InstExternal getInstExternal ()
 Getter for optional child InstExternal high-level method InstanceTree.ast:19.
void setInstExternal (InstExternal node)
 Setter for optional child InstExternal high-level method InstanceTree.ast:27.
Opt< InstExternalgetInstExternalOpt ()
 low-level method InstanceTree.ast:37
Opt< InstExternalgetInstExternalOptNoTransform ()
 low-level method InstanceTree.ast:44
void setInstComponentDeclList (List< InstComponentDecl > list)
 Setter for InstComponentDeclList high-level method InstanceTree.ast:5.
int getNumInstComponentDecl ()
InstComponentDecl getInstComponentDecl (int i)
 Getter for child in list InstComponentDeclList high-level method InstanceTree.ast:19.
void addInstComponentDecl (InstComponentDecl node)
 Add element to list InstComponentDeclList high-level method InstanceTree.ast:27.
void addInstComponentDeclNoTransform (InstComponentDecl node)
 low-level method InstanceTree.ast:34
void setInstComponentDecl (InstComponentDecl node, int i)
 Setter for child in list InstComponentDeclList high-level method InstanceTree.ast:42.
List< InstComponentDeclgetInstComponentDecls ()
 Getter for InstComponentDecl list.
List< InstComponentDeclgetInstComponentDeclsNoTransform ()
 low-level method InstanceTree.ast:56
List< InstComponentDeclgetInstComponentDeclListNoTransform ()
 low-level method InstanceTree.ast:62
void setInstClassDeclList (List< InstClassDecl > list)
 Setter for InstClassDeclList high-level method InstanceTree.ast:5.
int getNumInstClassDecl ()
InstClassDecl getInstClassDecl (int i)
 Getter for child in list InstClassDeclList high-level method InstanceTree.ast:19.
void addInstClassDecl (InstClassDecl node)
 Add element to list InstClassDeclList high-level method InstanceTree.ast:27.
void addInstClassDeclNoTransform (InstClassDecl node)
 low-level method InstanceTree.ast:34
void setInstClassDecl (InstClassDecl node, int i)
 Setter for child in list InstClassDeclList high-level method InstanceTree.ast:42.
List< InstClassDeclgetInstClassDecls ()
 Getter for InstClassDecl list.
List< InstClassDeclgetInstClassDeclsNoTransform ()
 low-level method InstanceTree.ast:56
List< InstClassDeclgetInstClassDeclListNoTransform ()
 low-level method InstanceTree.ast:62
void setInstExtendsList (List< InstExtends > list)
 Setter for InstExtendsList high-level method InstanceTree.ast:5.
int getNumInstExtends ()
InstExtends getInstExtends (int i)
 Getter for child in list InstExtendsList high-level method InstanceTree.ast:19.
void addInstExtends (InstExtends node)
 Add element to list InstExtendsList high-level method InstanceTree.ast:27.
void addInstExtendsNoTransform (InstExtends node)
 low-level method InstanceTree.ast:34
void setInstExtends (InstExtends node, int i)
 Setter for child in list InstExtendsList high-level method InstanceTree.ast:42.
List< InstExtendsgetInstExtendss ()
 Getter for InstExtends list.
List< InstExtendsgetInstExtendssNoTransform ()
 low-level method InstanceTree.ast:56
List< InstExtendsgetInstExtendsListNoTransform ()
 low-level method InstanceTree.ast:62
void setInstImportList (List< InstImport > list)
 Setter for InstImportList high-level method InstanceTree.ast:5.
int getNumInstImport ()
InstImport getInstImport (int i)
 Getter for child in list InstImportList high-level method InstanceTree.ast:19.
void addInstImport (InstImport node)
 Add element to list InstImportList high-level method InstanceTree.ast:27.
void addInstImportNoTransform (InstImport node)
 low-level method InstanceTree.ast:34
void setInstImport (InstImport node, int i)
 Setter for child in list InstImportList high-level method InstanceTree.ast:42.
List< InstImportgetInstImports ()
 Getter for InstImport list.
List< InstImportgetInstImportsNoTransform ()
 low-level method InstanceTree.ast:56
List< InstImportgetInstImportListNoTransform ()
 low-level method InstanceTree.ast:62
void setRedeclaredInstClassDeclList (List< InstClassDecl > list)
 Setter for RedeclaredInstClassDeclList high-level method InstanceTree.ast:5.
int getNumRedeclaredInstClassDecl ()
InstClassDecl getRedeclaredInstClassDecl (int i)
 Getter for child in list RedeclaredInstClassDeclList high-level method InstanceTree.ast:19.
void addRedeclaredInstClassDecl (InstClassDecl node)
 Add element to list RedeclaredInstClassDeclList high-level method InstanceTree.ast:27.
void addRedeclaredInstClassDeclNoTransform (InstClassDecl node)
 low-level method InstanceTree.ast:34
void setRedeclaredInstClassDecl (InstClassDecl node, int i)
 Setter for child in list RedeclaredInstClassDeclList high-level method InstanceTree.ast:42.
List< InstClassDeclgetRedeclaredInstClassDecls ()
 Getter for RedeclaredInstClassDecl list.
List< InstClassDeclgetRedeclaredInstClassDeclsNoTransform ()
 low-level method InstanceTree.ast:56
List< InstClassDeclgetRedeclaredInstClassDeclListNoTransform ()
 low-level method InstanceTree.ast:62
void setFAbstractEquationList (List< FAbstractEquation > list)
 Setter for FAbstractEquationList high-level method InstanceTree.ast:5.
int getNumFAbstractEquation ()
FAbstractEquation getFAbstractEquation (int i)
 Getter for child in list FAbstractEquationList high-level method InstanceTree.ast:19.
void addFAbstractEquation (FAbstractEquation node)
 Add element to list FAbstractEquationList high-level method InstanceTree.ast:27.
void addFAbstractEquationNoTransform (FAbstractEquation node)
 low-level method InstanceTree.ast:34
void setFAbstractEquation (FAbstractEquation node, int i)
 Setter for child in list FAbstractEquationList high-level method InstanceTree.ast:42.
List< FAbstractEquationgetFAbstractEquations ()
 Getter for FAbstractEquation list.
List< FAbstractEquationgetFAbstractEquationsNoTransform ()
 low-level method InstanceTree.ast:56
List< FAbstractEquationgetFAbstractEquationListNoTransform ()
 low-level method InstanceTree.ast:62
void setFQName (FQName node)
 Setter for FQName high-level method InstanceTree.ast:5.
FQName getFQNameNoTransform ()
 low-level method InstanceTree.ast:11
void setDynamicClassNameList (List< InstAccess > list)
 Setter for DynamicClassNameList high-level method InstanceTree.ast:5.
int getNumDynamicClassName ()
InstAccess getDynamicClassName (int i)
 Getter for child in list DynamicClassNameList high-level method InstanceTree.ast:19.
void addDynamicClassName (InstAccess node)
 Add element to list DynamicClassNameList high-level method InstanceTree.ast:27.
void addDynamicClassNameNoTransform (InstAccess node)
 low-level method InstanceTree.ast:34
void setDynamicClassName (InstAccess node, int i)
 Setter for child in list DynamicClassNameList high-level method InstanceTree.ast:42.
List< InstAccessgetDynamicClassNames ()
 Getter for DynamicClassName list.
List< InstAccessgetDynamicClassNamesNoTransform ()
 low-level method InstanceTree.ast:56
List< InstAccessgetDynamicClassNameListNoTransform ()
 low-level method InstanceTree.ast:62
void setDynamicComponentNameList (List< InstAccess > list)
 Setter for DynamicComponentNameList high-level method InstanceTree.ast:5.
int getNumDynamicComponentName ()
InstAccess getDynamicComponentName (int i)
 Getter for child in list DynamicComponentNameList high-level method InstanceTree.ast:19.
void addDynamicComponentName (InstAccess node)
 Add element to list DynamicComponentNameList high-level method InstanceTree.ast:27.
void addDynamicComponentNameNoTransform (InstAccess node)
 low-level method InstanceTree.ast:34
void setDynamicComponentName (InstAccess node, int i)
 Setter for child in list DynamicComponentNameList high-level method InstanceTree.ast:42.
List< InstAccessgetDynamicComponentNames ()
 Getter for DynamicComponentName list.
List< InstAccessgetDynamicComponentNamesNoTransform ()
 low-level method InstanceTree.ast:56
List< InstAccessgetDynamicComponentNameListNoTransform ()
 low-level method InstanceTree.ast:62
void setDynamicFExpList (List< FExp > list)
 Setter for DynamicFExpList high-level method InstanceTree.ast:5.
int getNumDynamicFExp ()
FExp getDynamicFExp (int i)
 Getter for child in list DynamicFExpList high-level method InstanceTree.ast:19.
void addDynamicFExp (FExp node)
 Add element to list DynamicFExpList high-level method InstanceTree.ast:27.
void addDynamicFExpNoTransform (FExp node)
 low-level method InstanceTree.ast:34
void setDynamicFExp (FExp node, int i)
 Setter for child in list DynamicFExpList high-level method InstanceTree.ast:42.
List< FExpgetDynamicFExps ()
 Getter for DynamicFExp list.
List< FExpgetDynamicFExpsNoTransform ()
 low-level method InstanceTree.ast:56
List< FExpgetDynamicFExpListNoTransform ()
 low-level method InstanceTree.ast:62
HashSet memberInstClass (String name)
 syn InstLookupClasses /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstLookupClasses.jrag:422
InstClassDecl localInstClassDecl (int i)
 syn InstLocalClasses /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstLookupClasses.jrag:565
int numLocalInstClassDecl ()
 syn InstLocalClasses /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstLookupClasses.jrag:568
ArrayList< AbstractEquationequations ()
 syn InstanceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1265
ArrayList< Algorithmalgorithms ()
 syn InstanceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1271
boolean extendsPrimitive ()
 syn InstanceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1373
String primitiveName ()
 syn Names /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:513
boolean Define_boolean_duringFunctionEval (ASTNode caller, ASTNode child)
 /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/ConstantEvaluation.jrag:1565 internal
ASTNode rewriteTo ()
 internal

Protected Member Functions

int numChildren ()
 low-level method InstanceTree.ast:37
int getInstComponentDeclListChildPosition ()
 low-level method InstanceTree.ast:68
int getInstClassDeclListChildPosition ()
 low-level method InstanceTree.ast:68
int getInstExtendsListChildPosition ()
 low-level method InstanceTree.ast:68
int getInstImportListChildPosition ()
 low-level method InstanceTree.ast:68
int getRedeclaredInstClassDeclListChildPosition ()
 low-level method InstanceTree.ast:68
int getFAbstractEquationListChildPosition ()
 low-level method InstanceTree.ast:68
int getFQNameChildPosition ()
 low-level method InstanceTree.ast:17
int getDynamicClassNameListChildPosition ()
 low-level method InstanceTree.ast:68
int getDynamicComponentNameListChildPosition ()
 low-level method InstanceTree.ast:68
int getDynamicFExpListChildPosition ()
 low-level method InstanceTree.ast:68


Detailed Description

node InstanceTree.ast:40

Constructor & Destructor Documentation

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

method InstanceTree.ast:1

org.jmodelica.modelica.compiler.InstFullClassDecl.InstFullClassDecl ( ClassDecl  p0,
Opt< InstConstraining p1,
InstRestriction  p2,
Opt< InstExternal p3 
)

method InstanceTree.ast:18


Member Function Documentation

void org.jmodelica.modelica.compiler.InstFullClassDecl.addDynamicClassName ( InstAccess  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addDynamicClassNameNoTransform ( InstAccess  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addDynamicComponentName ( InstAccess  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addDynamicComponentNameNoTransform ( InstAccess  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addDynamicFExp ( FExp  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addDynamicFExpNoTransform ( FExp  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addFAbstractEquation ( FAbstractEquation  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addFAbstractEquationNoTransform ( FAbstractEquation  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addInstClassDecl ( InstClassDecl  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addInstClassDeclNoTransform ( InstClassDecl  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addInstComponentDecl ( InstComponentDecl  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addInstComponentDeclNoTransform ( InstComponentDecl  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addInstExtends ( InstExtends  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addInstExtendsNoTransform ( InstExtends  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addInstImport ( InstImport  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addInstImportNoTransform ( InstImport  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addRedeclaredInstClassDecl ( InstClassDecl  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.addRedeclaredInstClassDeclNoTransform ( InstClassDecl  node  ) 

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

syn InstanceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1271

Reimplemented from org.jmodelica.modelica.compiler.InstNode.

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

void org.jmodelica.modelica.compiler.InstFullClassDecl.collectErrors (  ) 

method InstanceErrorCheck /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/ErrorCheck.jrag:544

Reimplemented from org.jmodelica.modelica.compiler.InstBaseClassDecl.

Reimplemented in org.jmodelica.modelica.compiler.InstReplacingFullClassDecl.

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

boolean org.jmodelica.modelica.compiler.InstFullClassDecl.Define_boolean_duringFunctionEval ( ASTNode  caller,
ASTNode  child 
)

/tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/ConstantEvaluation.jrag:1565 internal

Reimplemented from org.jmodelica.modelica.compiler.InstNode.

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

syn InstanceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1265

Reimplemented from org.jmodelica.modelica.compiler.InstNode.

void org.jmodelica.modelica.compiler.InstFullClassDecl.evaluate ( Map< CommonVariableDecl, CValue values  ) 

method ConstantEvaluation /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/ConstantEvaluation.jrag:1715

Reimplemented from org.jmodelica.modelica.compiler.InstClassDecl.

boolean org.jmodelica.modelica.compiler.InstFullClassDecl.extendsPrimitive (  ) 

syn InstanceAST_API /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1373

Reimplemented from org.jmodelica.modelica.compiler.InstNode.

void org.jmodelica.modelica.compiler.InstFullClassDecl.flattenFunction ( FClass  fc  ) 

method Flattening /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:107

Reimplemented from org.jmodelica.modelica.compiler.InstClassDecl.

void org.jmodelica.modelica.compiler.InstFullClassDecl.flattenRecord ( FClass  fc  ) 

method Flattening /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:166

Reimplemented from org.jmodelica.modelica.compiler.InstClassDecl.

void org.jmodelica.modelica.compiler.InstFullClassDecl.flattenThisFunction ( FClass  fc  ) 

method Flattening /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:117

void org.jmodelica.modelica.compiler.InstFullClassDecl.flattenThisRecord ( FClass  fc  ) 

method Flattening /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Flattening.jrag:181

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

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

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

ClassDecl org.jmodelica.modelica.compiler.InstFullClassDecl.getClassDecl (  ) 

InstAccess org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicClassName ( int  i  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicClassNameListChildPosition (  )  [protected]

List<InstAccess> org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicClassNameListNoTransform (  ) 

List<InstAccess> org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicClassNames (  ) 

List<InstAccess> org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicClassNamesNoTransform (  ) 

InstAccess org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicComponentName ( int  i  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicComponentNameListChildPosition (  )  [protected]

List<InstAccess> org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicComponentNameListNoTransform (  ) 

List<InstAccess> org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicComponentNames (  ) 

List<InstAccess> org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicComponentNamesNoTransform (  ) 

FExp org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicFExp ( int  i  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicFExpListChildPosition (  )  [protected]

List<FExp> org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicFExpListNoTransform (  ) 

List<FExp> org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicFExps (  ) 

List<FExp> org.jmodelica.modelica.compiler.InstFullClassDecl.getDynamicFExpsNoTransform (  ) 

FAbstractEquation org.jmodelica.modelica.compiler.InstFullClassDecl.getFAbstractEquation ( int  i  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getFAbstractEquationListChildPosition (  )  [protected]

List<FAbstractEquation> org.jmodelica.modelica.compiler.InstFullClassDecl.getFAbstractEquationListNoTransform (  ) 

List<FAbstractEquation> org.jmodelica.modelica.compiler.InstFullClassDecl.getFAbstractEquations (  ) 

List<FAbstractEquation> org.jmodelica.modelica.compiler.InstFullClassDecl.getFAbstractEquationsNoTransform (  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getFQNameChildPosition (  )  [protected]

FQName org.jmodelica.modelica.compiler.InstFullClassDecl.getFQNameNoTransform (  ) 

InstClassDecl org.jmodelica.modelica.compiler.InstFullClassDecl.getInstClassDecl ( int  i  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getInstClassDeclListChildPosition (  )  [protected]

List<InstClassDecl> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstClassDeclListNoTransform (  ) 

List<InstClassDecl> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstClassDecls (  ) 

List<InstClassDecl> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstClassDeclsNoTransform (  ) 

InstComponentDecl org.jmodelica.modelica.compiler.InstFullClassDecl.getInstComponentDecl ( int  i  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getInstComponentDeclListChildPosition (  )  [protected]

List<InstComponentDecl> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstComponentDeclListNoTransform (  ) 

List<InstComponentDecl> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstComponentDecls (  ) 

List<InstComponentDecl> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstComponentDeclsNoTransform (  ) 

InstConstraining org.jmodelica.modelica.compiler.InstFullClassDecl.getInstConstraining (  ) 

Opt<InstConstraining> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstConstrainingOpt (  ) 

Opt<InstConstraining> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstConstrainingOptNoTransform (  ) 

InstExtends org.jmodelica.modelica.compiler.InstFullClassDecl.getInstExtends ( int  i  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getInstExtendsListChildPosition (  )  [protected]

List<InstExtends> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstExtendsListNoTransform (  ) 

List<InstExtends> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstExtendss (  ) 

List<InstExtends> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstExtendssNoTransform (  ) 

InstExternal org.jmodelica.modelica.compiler.InstFullClassDecl.getInstExternal (  ) 

Opt<InstExternal> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstExternalOpt (  ) 

Opt<InstExternal> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstExternalOptNoTransform (  ) 

InstImport org.jmodelica.modelica.compiler.InstFullClassDecl.getInstImport ( int  i  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getInstImportListChildPosition (  )  [protected]

List<InstImport> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstImportListNoTransform (  ) 

List<InstImport> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstImports (  ) 

List<InstImport> org.jmodelica.modelica.compiler.InstFullClassDecl.getInstImportsNoTransform (  ) 

InstRestriction org.jmodelica.modelica.compiler.InstFullClassDecl.getInstRestriction (  ) 

InstRestriction org.jmodelica.modelica.compiler.InstFullClassDecl.getInstRestrictionNoTransform (  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getNumDynamicClassName (  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getNumDynamicComponentName (  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getNumDynamicFExp (  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getNumFAbstractEquation (  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getNumInstClassDecl (  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getNumInstComponentDecl (  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getNumInstExtends (  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getNumInstImport (  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getNumRedeclaredInstClassDecl (  ) 

InstClassDecl org.jmodelica.modelica.compiler.InstFullClassDecl.getRedeclaredInstClassDecl ( int  i  ) 

int org.jmodelica.modelica.compiler.InstFullClassDecl.getRedeclaredInstClassDeclListChildPosition (  )  [protected]

List<InstClassDecl> org.jmodelica.modelica.compiler.InstFullClassDecl.getRedeclaredInstClassDeclListNoTransform (  ) 

List<InstClassDecl> org.jmodelica.modelica.compiler.InstFullClassDecl.getRedeclaredInstClassDecls (  ) 

List<InstClassDecl> org.jmodelica.modelica.compiler.InstFullClassDecl.getRedeclaredInstClassDeclsNoTransform (  ) 

boolean org.jmodelica.modelica.compiler.InstFullClassDecl.hasInstConstraining (  ) 

boolean org.jmodelica.modelica.compiler.InstFullClassDecl.hasInstExternal (  ) 

InstClassDecl org.jmodelica.modelica.compiler.InstFullClassDecl.localInstClassDecl ( int  i  ) 

syn InstLocalClasses /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstLookupClasses.jrag:565

Reimplemented from org.jmodelica.modelica.compiler.InstClassDecl.

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

HashSet org.jmodelica.modelica.compiler.InstFullClassDecl.memberInstClass ( String  name  ) 

syn InstLookupClasses /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstLookupClasses.jrag:422

Reimplemented from org.jmodelica.modelica.compiler.InstNode.

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

int org.jmodelica.modelica.compiler.InstFullClassDecl.numLocalInstClassDecl (  ) 

syn InstLocalClasses /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstLookupClasses.jrag:568

Reimplemented from org.jmodelica.modelica.compiler.InstClassDecl.

String org.jmodelica.modelica.compiler.InstFullClassDecl.primitiveName (  )  [virtual]

syn Names /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/Util.jrag:513

Reimplemented from org.jmodelica.modelica.compiler.InstBaseClassDecl.

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

void org.jmodelica.modelica.compiler.InstFullClassDecl.setClassDecl ( ClassDecl  value  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setDynamicClassName ( InstAccess  node,
int  i 
)

void org.jmodelica.modelica.compiler.InstFullClassDecl.setDynamicClassNameList ( List< InstAccess list  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setDynamicComponentName ( InstAccess  node,
int  i 
)

void org.jmodelica.modelica.compiler.InstFullClassDecl.setDynamicComponentNameList ( List< InstAccess list  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setDynamicFExp ( FExp  node,
int  i 
)

void org.jmodelica.modelica.compiler.InstFullClassDecl.setDynamicFExpList ( List< FExp list  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setFAbstractEquation ( FAbstractEquation  node,
int  i 
)

void org.jmodelica.modelica.compiler.InstFullClassDecl.setFAbstractEquationList ( List< FAbstractEquation list  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setFQName ( FQName  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstClassDecl ( InstClassDecl  node,
int  i 
)

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstClassDeclList ( List< InstClassDecl list  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstComponentDecl ( InstComponentDecl  node,
int  i 
)

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstComponentDeclList ( List< InstComponentDecl list  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstConstraining ( InstConstraining  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstConstrainingOpt ( Opt< InstConstraining opt  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstExtends ( InstExtends  node,
int  i 
)

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstExtendsList ( List< InstExtends list  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstExternal ( InstExternal  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstExternalOpt ( Opt< InstExternal opt  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstImport ( InstImport  node,
int  i 
)

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstImportList ( List< InstImport list  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setInstRestriction ( InstRestriction  node  ) 

void org.jmodelica.modelica.compiler.InstFullClassDecl.setRedeclaredInstClassDecl ( InstClassDecl  node,
int  i 
)

void org.jmodelica.modelica.compiler.InstFullClassDecl.setRedeclaredInstClassDeclList ( List< InstClassDecl list  ) 

String org.jmodelica.modelica.compiler.InstFullClassDecl.toString (  ) 

method InstanceDumpTree /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1829

Reimplemented from org.jmodelica.modelica.compiler.InstNode.

String org.jmodelica.modelica.compiler.InstFullClassDecl.toString ( String  indent  ) 

method InstanceDumpTree /tmp/JModelica/Compiler/ModelicaFrontEnd/src/jastadd/InstanceTree.jrag:1816

Reimplemented from org.jmodelica.modelica.compiler.InstNode.


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

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