public class MetaPragma extends PragmaHandler
| Modifier and Type | Field and Description |
|---|---|
static int |
metaKey |
| Constructor and Description |
|---|
MetaPragma() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(String pragma,
String currentToken)
Main entry point for the MetaPragma handler
|
static void |
processForward(ForwardEntry forwardEntry)
Fold the meta info from the forward entry into its corresponding
interface entry.
|
closeScope, currentToken, getEntryForName, getStringToEOL, getUntil, nextToken, openScope, parseException, scopedName, skipToEOL, skipUntilpublic boolean process(String pragma, String currentToken)
process in class PragmaHandlerpragma - string for pragma namecurrentToken - next token in the input stream.public static void processForward(ForwardEntry forwardEntry)
forwardEntry - the forward entry to processCopyright © 2018 JBoss by Red Hat. All rights reserved.