public class ArrayChildrenSyntaxChecker extends SimpleSyntaxChecker
This class checks that the element is an array, and that all elements of this array are of a given set of types.
keyword
protected
ArrayChildrenSyntaxChecker(String keyword, EnumSet<NodeType> childrenTypes, NodeType type, NodeType... types)
checkSyntax
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected ArrayChildrenSyntaxChecker(String keyword, EnumSet<NodeType> childrenTypes, NodeType type, NodeType... types)
Copyright © 2012. All Rights Reserved.