|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpmp.AbstractMacro
pmp.macro.str.StrTok
public class StrTok
Tokenizes string.
Title: PMP: Macroprocessor
Description: Java macroprocessor
Copyright: Copyright (c) 2005
Field Summary | |
---|---|
static int |
PARAMS_REQUIRED
|
Constructor Summary | |
---|---|
StrTok()
|
Method Summary | |
---|---|
java.lang.String |
run(Macroprocessor parm1,
java.lang.String[] parm2)
Main method of macro. |
Methods inherited from class pmp.AbstractMacro |
---|
getRequiredParams, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int PARAMS_REQUIRED
Constructor Detail |
---|
public StrTok()
Method Detail |
---|
public java.lang.String run(Macroprocessor parm1, java.lang.String[] parm2)
AbstractMacro
run
in class AbstractMacro
parm1
- reference to Macroprocessorparm2
- parameters of macro. In args[0] is stored name of macro.
Subclasses are free to modify this array.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |