Package com.pressassociation.pr.ast
Class Fields
- java.lang.Object
-
- com.pressassociation.pr.ast.AstNode
-
- com.pressassociation.pr.ast.Fields
-
public class Fields extends AstNode
represents a collection of fields, that is the items in(field1, field2)type structures.- Author:
- Matt Nathan
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(AstVisitor visitor)Apply the given visitor over the tree represented by this node.FieldgetField()AstNodegetNext()
-