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, skipUntil
public boolean process(String pragma, String currentToken)
process
in class PragmaHandler
pragma
- string for pragma namecurrentToken
- next token in the input stream.public static void processForward(ForwardEntry forwardEntry)
forwardEntry
- the forward entry to processCopyright © 2016 JBoss by Red Hat. All rights reserved.