Class Fields


  • public class Fields
    extends AstNode
    represents a collection of fields, that is the items in (field1, field2) type structures.
    Author:
    Matt Nathan
    • Constructor Detail

    • Method Detail

      • getField

        public Field getField()
      • getNext

        public AstNode getNext()
      • apply

        public void apply​(AstVisitor visitor)
        Description copied from class: AstNode
        Apply the given visitor over the tree represented by this node.
        Specified by:
        apply in class AstNode