org.erights.e.elang.evm
Class SimpleNounExpr
java.lang.Object
|
+--org.erights.e.elang.evm.ParseNode
|
+--org.erights.e.elang.evm.ENode
|
+--org.erights.e.elang.evm.EExpr
|
+--org.erights.e.elang.evm.AtomicExpr
|
+--org.erights.e.elang.evm.NounExpr
|
+--org.erights.e.elang.evm.SimpleNounExpr
- All Implemented Interfaces:
- Cloneable, EPrintable, MatchMaker
- public class SimpleNounExpr
- extends NounExpr
Safe:
- Author:
- Mark S. Miller
Fields inherited from class org.erights.e.elang.evm.NounExpr |
|
Fields inherited from class org.erights.e.elang.evm.ENode |
|
Methods inherited from class org.erights.e.elang.evm.NounExpr |
asFieldAt, asNoun, assign, computeStaticScope, getIn, getRepresentation, getSlot, initFinal, initSlot, isOuter, matchBind, name, subEval, subPrintOn, welcome |
Methods inherited from class org.erights.e.elang.evm.ENode |
cleanCopy, copy, getOptPatternMap, getOptScopeMap, getPatternMap, getScopeMap, qbuild, setPatternMap, setScopeMap, staticScope, synEnv |
SimpleNounExpr
public SimpleNounExpr(SourceSpan optSpan,
String name)
- Enabled:
mayBeAssignable
public boolean mayBeAssignable()
- Enabled:
- Specified by:
mayBeAssignable
in class NounExpr
comments?