Uses of Interface
cppast.Node

Packages that use Node
cppast   
 

Uses of Node in cppast
 

Classes in cppast that implement Node
 class AstAdditiveExpression
           
 class AstAndExpression
           
 class AstAssignmentExpression
           
 class AstBreakStatement
           
 class AstCaseStatement
           
 class AstCastExpression
           
 class AstCatchBlock
           
 class AstClassDeclaration
           
 class AstClassDefinition
           
 class AstConditionalExpression
           
 class AstConstantExpression
           
 class AstConstructorDeclaration
           
 class AstConstructorDefinition
           
 class AstConstructorInitializer
           
 class AstContinueStatement
           
 class AstDeclaration
           
 class AstDeclarationStatement
           
 class AstDefaultStatement
           
 class AstDeleteExpression
           
 class AstDestructorDeclaration
           
 class AstDestructorDefinition
           
 class AstElseStatement
           
 class AstEnumSpecifier
           
 class AstEqualityExpression
           
 class AstExclusiveOrExpression
           
 class AstExpressionStatement
           
 class AstFunctionBody
           
 class AstFunctionCallExpression
           
 class AstFunctionDeclaration
           
 class AstFunctionDefinition
           
 class AstFunctionName
           
 class AstFunctionParameters
           
 class AstFunctionPointerPostfix
           
 class AstGotoStatement
           
 class AstIdExpression
           
 class AstIfStatement
           
 class AstInclusiveOrExpression
           
 class AstIterationStatement
           
 class AstLabelStatement
           
 class AstLogicalAndExpression
           
 class AstLogicalOrExpression
           
 class AstMemberDeclaration
           
 class AstMultiplicativeExpression
           
 class AstNamespaceAliasDefinition
           
 class AstNamespaceDefinition
           
 class AstNewExpression
           
 class AstParameter
           
 class AstParameterType
           
 class AstParameterTypeQualifier
           
 class AstPointerToMemberExpression
           
 class AstPostfixExpression
           
 class AstPrimaryExpression
           
 class AstRelationalExpression
           
 class AstReturnStatement
           
 class AstShiftExpression
           
 class AstSwitchStatement
           
 class AstThrowExpression
           
 class AstTranslationUnit
           
 class AstTryBlock
           
 class AstTypeIdExpression
           
 class AstUnaryExpression
           
 class SimpleNode
          Provides a custom base node implementation.
 

Methods in cppast that return Node
 Node Node.jjtGetChild(int i)
          This method returns a child node.
 Node SimpleNode.jjtGetChild(int index)
          This method returns a child node.
 Node Node.jjtGetParent()
           
 Node SimpleNode.jjtGetParent()
          
 

Methods in cppast with parameters of type Node
 void Node.jjtAddChild(Node n, int i)
          This method tells the node to add its argument to the node's list of children.
 void SimpleNode.jjtAddChild(Node node, int index)
          This method tells the node to add its argument to the node's list of children.
 void Node.jjtSetParent(Node n)
          This pair of methods are used to inform the node of its parent.
 void SimpleNode.jjtSetParent(Node node)
          This pair of methods are used to inform the node of its parent.
 



Copyright © 2006-2007 null. All Rights Reserved.