MCPcopy Index your code
hub / github.com/antlr/codebuff / STModelAdaptor

Class STModelAdaptor

output/java8/1.4.17/STModelAdaptor.java:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35public class STModelAdaptor implements ModelAdaptor {
36 @Override
37 public Object getProperty(Interpreter interp, ST self, Object o, Object property, String propertyName) throws STNoSuchPropertyException {
38 ST st = (ST)o;
39 return st.getAttribute(propertyName);
40 }
41}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected