Uses of Class
de.uni_paderborn.fujaba.uml.ASTRootNode

Packages that use ASTRootNode
de.uni_paderborn.fujaba.metamodel   
de.uni_paderborn.fujaba.parser   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of ASTRootNode in de.uni_paderborn.fujaba.metamodel
 

Methods in de.uni_paderborn.fujaba.metamodel that return ASTRootNode
 ASTRootNode FMethod.getASTRootNode()
          Returns the abstract syntax tree (AST) root node of the method
 

Methods in de.uni_paderborn.fujaba.metamodel with parameters of type ASTRootNode
 void FMethod.setASTRootNode(ASTRootNode astRootNode)
          Sets the abstract syntax tree (AST) root node of the method
 

Uses of ASTRootNode in de.uni_paderborn.fujaba.parser
 

Methods in de.uni_paderborn.fujaba.parser that return ASTRootNode
abstract  ASTRootNode Parser.parseMethodBody(FMethod fMethod)
          Parses the given method body and returns the root node of the abstract syntax tree.
 

Uses of ASTRootNode in de.uni_paderborn.fujaba.uml
 

Methods in de.uni_paderborn.fujaba.uml that return ASTRootNode
 ASTRootNode UMLMethod.getASTRootNode()
          Returns the abstract syntax tree (AST) root node of the method If the method body isn't parsed yet, the method body will be parsed.
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type ASTRootNode
 void UMLMethod.setASTRootNode(ASTRootNode astRootNode)
          Sets the abstract syntax tree (AST) root node of the method