Class SetType


  • public class SetType
    extends CollectionType
    What's this about?
    Since:
    2015-06-05 18
    Author:
    George Cao(georgecao@outlook.com)
    • Constructor Detail

      • SetType

        public SetType​(FieldType elementType)
    • Method Detail

      • accept

        public <R,​C> R accept​(AstVisitor<R,​C> visitor,
                                    C context)
        Overrides:
        accept in class Node