Package org.mvel2.util
Interface ProtoParser.DeferredTypeResolve
-
- Enclosing class:
- ProtoParser
private static interface ProtoParser.DeferredTypeResolve
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
boolean
isWaitingFor(Proto proto)
-
-
-
Method Detail
-
isWaitingFor
boolean isWaitingFor(Proto proto)
-
getName
java.lang.String getName()
-
-