Modifier and Type | Field and Description |
---|---|
float |
corbaLevel
-corba [level] option, where [level] is a floating-point number indicating
the maximal level of CORBA IDL the parser framework can accept.
|
boolean |
cppModule
|
Hashtable |
definedSymbols
A table of defined symbols.
|
boolean |
emitAll
If this is true, then the types in all included files are also emitted.
|
String |
file
The name of the IDL file.
|
Vector |
includePaths
A list of strings, each of which is a path from which included files
are found.
|
boolean |
keepOldFiles
If this is true, then existing files should not be overwritten
by the compiler.
|
boolean |
noWarn
-noWarn option.
|
boolean |
scannerDebugFlag |
boolean |
tokenDebugFlag |
boolean |
verbose
True if the user wishes to see processing remarks.
|
boolean |
versionRequest
-version option.
|
Constructor and Description |
---|
Arguments() |
Modifier and Type | Method and Description |
---|---|
protected void |
parseOtherArgs(String[] args,
Properties properties)
Method parseOtherArgs() is called when the framework detects arguments
which are unknown to it.
|
protected void |
setDebugFlags(String args) |
public String file
public boolean verbose
public boolean keepOldFiles
public boolean emitAll
public Vector includePaths
public Hashtable definedSymbols
public boolean cppModule
public boolean versionRequest
public float corbaLevel
public boolean noWarn
public boolean scannerDebugFlag
public boolean tokenDebugFlag
protected void parseOtherArgs(String[] args, Properties properties) throws InvalidArgument
args
- The arguments which are unknown by the framework.properties
- Environment-style properties collected from the
file idl.config.idl.InvalidArgument
- if the argument is unknown.InvalidArgument
protected void setDebugFlags(String args)
Copyright © 2021 JBoss by Red Hat. All rights reserved.