|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.bliki.wiki.template.expr.operator.Operator
info.bliki.wiki.template.expr.operator.PrefixOperator
info.bliki.wiki.template.expr.operator.PrePlusOperator
public class PrePlusOperator
Field Summary |
---|
Fields inherited from class info.bliki.wiki.template.expr.operator.Operator |
---|
fFunctionName, fOperatorString, fPrecedence |
Constructor Summary | |
---|---|
PrePlusOperator(java.lang.String oper,
java.lang.String functionName,
int precedence)
|
Method Summary | |
---|---|
ASTNode |
createFunction(IParserFactory factory,
ASTNode argument)
|
Methods inherited from class info.bliki.wiki.template.expr.operator.Operator |
---|
equals, getFunctionName, getOperatorString, getPrecedence, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PrePlusOperator(java.lang.String oper, java.lang.String functionName, int precedence)
Method Detail |
---|
public ASTNode createFunction(IParserFactory factory, ASTNode argument)
createFunction
in class PrefixOperator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |