|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeVisitorLambda | |
|---|---|
| edu.rice.cs.dynamicjava.symbol | |
| edu.rice.cs.dynamicjava.symbol.type | |
| Uses of TypeVisitorLambda in edu.rice.cs.dynamicjava.symbol |
|---|
| Fields in edu.rice.cs.dynamicjava.symbol declared as TypeVisitorLambda | |
|---|---|
protected static TypeVisitorLambda<Boolean> |
StandardTypeSystem.IS_ARRAY
|
protected static TypeVisitorLambda<Boolean> |
StandardTypeSystem.IS_PRIMITIVE
|
protected static TypeVisitorLambda<Boolean> |
StandardTypeSystem.IS_REFERENCE
|
| Uses of TypeVisitorLambda in edu.rice.cs.dynamicjava.symbol.type |
|---|
| Subclasses of TypeVisitorLambda in edu.rice.cs.dynamicjava.symbol.type | |
|---|---|
class |
TypeAbstractVisitor<RetType>
A parametric abstract implementation of a visitor over Type that return a value. |
class |
TypeDepthFirstVisitor<RetType>
A parametric abstract implementation of a visitor over Type that returns a value. |
class |
TypeUpdateVisitor
A depth-first visitor that makes an updated copy as it visits (by default). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||