public class MacroInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static HashMap<String,MacroInfo> |
Commands |
boolean |
hasOptions |
Method |
macro |
int |
nbArgs |
Object |
pack |
static HashMap<String,Object> |
Packages |
int |
posOpts |
| Constructor and Description |
|---|
MacroInfo(int nbArgs) |
MacroInfo(int nbArgs,
int posOpts) |
MacroInfo(Object pack,
Method macro,
int nbArgs) |
MacroInfo(Object pack,
Method macro,
int nbArgs,
int posOpts) |
MacroInfo(String className,
String methodName,
float nbArgs) |
MacroInfo(String className,
String methodName,
float nbArgs,
float posOpts) |
public Object pack
public Method macro
public int nbArgs
public boolean hasOptions
public int posOpts
public MacroInfo(int nbArgs,
int posOpts)
public MacroInfo(int nbArgs)
public Object invoke(TeXParser tp, String[] args) throws ParseException
ParseExceptionCopyright © 2014–2018. All rights reserved.