polyglot.ext.pure.ast
Class PureNodeFactory_c

java.lang.Object
  extended byExtNodeFactory_c
      extended bypolyglot.ext.pure.ast.PureNodeFactory_c
All Implemented Interfaces:
NodeFactory, PureNodeFactory

public class PureNodeFactory_c
extends ExtNodeFactory_c
implements PureNodeFactory

NodeFactory for pure extension.

See Also:
Serialized Form

Constructor Summary
PureNodeFactory_c()
           
 
Method Summary
 Assign extAssign(Assign n)
           
 Call extCall(Call n)
           
 ConstructorCall extConstructorCall(ConstructorCall n)
           
 ConstructorDecl extConstructorDecl(ConstructorDecl n)
           
 MethodDecl extMethodDecl(MethodDecl n)
           
 New extNew(New n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface polyglot.ast.NodeFactory
AmbAssign, AmbExpr, AmbPrefix, AmbPrefix, AmbQualifierNode, AmbQualifierNode, AmbReceiver, AmbReceiver, AmbTypeNode, AmbTypeNode, ArrayAccess, ArrayAccessAssign, ArrayInit, ArrayInit, ArrayTypeNode, Assert, Assert, Assign, Binary, Block, Block, Block, Block, Block, Block, BooleanLit, Branch, Branch, Break, Break, Call, Call, Call, Call, Call, Call, Call, Call, Call, Call, Call, Call, CanonicalTypeNode, Case, Cast, Catch, CharLit, ClassBody, ClassDecl, ClassLit, Conditional, ConstructorCall, ConstructorCall, ConstructorDecl, Continue, Continue, Default, disamb, Do, Empty, Eval, Field, Field, FieldAssign, FieldDecl, FieldDecl, FloatLit, For, Formal, If, If, Import, Initializer, Instanceof, IntLit, Labeled, Local, LocalAssign, LocalClassDecl, LocalDecl, LocalDecl, MethodDecl, New, New, New, New, NewArray, NewArray, NewArray, NewArray, NullLit, PackageNode, Return, Return, SourceCollection, SourceFile, SourceFile, SourceFile, Special, Special, StringLit, Super, Super, SuperCall, SuperCall, Switch, SwitchBlock, Synchronized, This, This, ThisCall, ThisCall, Throw, Try, Try, Unary, Unary, While
 

Constructor Detail

PureNodeFactory_c

public PureNodeFactory_c()
Method Detail

extAssign

public Assign extAssign(Assign n)

extNew

public New extNew(New n)

extConstructorCall

public ConstructorCall extConstructorCall(ConstructorCall n)

extCall

public Call extCall(Call n)

extConstructorDecl

public ConstructorDecl extConstructorDecl(ConstructorDecl n)

extMethodDecl

public MethodDecl extMethodDecl(MethodDecl n)