|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.interpreter.type.AbstractCode
org.extex.unit.tex.macro.util.MacroCode
org.extex.unit.tex.macro.util.ProtectedMacroCode
public class ProtectedMacroCode
This class is identical to the super class MacroCode but in addition it implements the marker interface ProtectedCode.
| Field Summary | |
|---|---|
protected static long |
serialVersionUID
The constant serialVersionUID contains the id for serialization. |
| Constructor Summary | |
|---|---|
ProtectedMacroCode(CodeToken token,
Flags flags,
boolean notLong,
MacroPattern thePattern,
Tokens theBody)
Creates a new object. |
|
| Method Summary |
|---|
| Methods inherited from class org.extex.unit.tex.macro.util.MacroCode |
|---|
compare, enableLogging, execute, expand, getLocalizer, isOuter, show |
| Methods inherited from class org.extex.interpreter.type.AbstractCode |
|---|
getName, getToken, isIf, readResolve, toString, toText, toText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final long serialVersionUID
| Constructor Detail |
|---|
public ProtectedMacroCode(CodeToken token,
Flags flags,
boolean notLong,
MacroPattern thePattern,
Tokens theBody)
throws HelpingException
token - the initial token for the primitiveflags - the flags controlling the behavior of the macrothePattern - the pattern for the acquiring of the argumentstheBody - the expansion textnotLong - the indicator that the macro does not allow embedded pars
HelpingException - in case of an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||