public class DirectiveStatement extends Statement
token
DirectiveStatement(String directive, Set<String> idList, GrammarToken token)
void
execute(Context ctx)
String
getDirective()
Set<String>
getIdList()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DirectiveStatement(String directive, Set<String> idList, GrammarToken token)
public void execute(Context ctx)
execute
Statement
public String getDirective()
public Set<String> getIdList()
Copyright © 2019. All rights reserved.