Searched refs:nextArg (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/
H A DCLIBootstrap.java467 String nextArg(String[] args, int currentSlot){ method in class:CLIBootstrap.CommandLineElement
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/antlr/
H A DSemantic.g787 JQLAST nextArg = (JQLAST)firstArg.getNextSibling();
788 errorMsg.error(nextArg.getLine(), nextArg.getColumn(),
819 JQLAST nextArg = (JQLAST)firstArg.getNextSibling();
820 errorMsg.error(nextArg.getLine(), nextArg.getColumn(),
875 JQLAST nextArg = (JQLAST)firstArg.getNextSibling().getNextSibling();
876 errorMsg.error(nextArg.getLine(), nextArg.getColumn(),
930 JQLAST nextArg
[all...]

Completed in 72 milliseconds