public class OpImpl extends Object implements net.thevpc.nuts.NutsExpr.Op
| Constructor and Description |
|---|
OpImpl(String name,
net.thevpc.nuts.NutsExpr.OpType type,
int precedence,
boolean rightAssociative,
net.thevpc.nuts.NutsExpr.Fct fct) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsExpr.Fct |
getFct() |
String |
getName() |
int |
getPrecedence() |
net.thevpc.nuts.NutsExpr.OpType |
getType() |
boolean |
isLeftAssociative() |
boolean |
isRightAssociative() |
public OpImpl(String name, net.thevpc.nuts.NutsExpr.OpType type, int precedence, boolean rightAssociative, net.thevpc.nuts.NutsExpr.Fct fct)
public boolean isLeftAssociative()
isLeftAssociative in interface net.thevpc.nuts.NutsExpr.Oppublic boolean isRightAssociative()
isRightAssociative in interface net.thevpc.nuts.NutsExpr.Oppublic String getName()
getName in interface net.thevpc.nuts.NutsExpr.Oppublic net.thevpc.nuts.NutsExpr.OpType getType()
getType in interface net.thevpc.nuts.NutsExpr.Oppublic int getPrecedence()
getPrecedence in interface net.thevpc.nuts.NutsExpr.Oppublic net.thevpc.nuts.NutsExpr.Fct getFct()
getFct in interface net.thevpc.nuts.NutsExpr.OpCopyright © 2022 vpc open source initiative. All rights reserved.