MCPcopy Create free account
hub / github.com/PCGen/pcgen / parseExpression

Method parseExpression

code/src/java/pcgen/util/PJEP.java:105–114  ·  view source on GitHub ↗
(String expression_in)

Source from the content-addressed store, hash-verified

103 }
104
105 @Override
106 public Node parseExpression(String expression_in)
107 {
108 if (updateVariables())
109 {
110 initSymTab();
111 }
112
113 return super.parseExpression(expression_in);
114 }
115
116 /**
117 * Identify if the results of the calculation will be cachable.

Callers 15

testMinMethod · 0.95
testMax1Method · 0.95
testMax2Method · 0.95
testFloor1Method · 0.95
testFloor2Method · 0.95
testCeil1Method · 0.95
testCeil2Method · 0.95
testIfMethod · 0.95
testIf2Method · 0.95
testIf3Method · 0.95
testIf4Method · 0.95
testIf5Method · 0.95

Calls 1

updateVariablesMethod · 0.95

Tested by 15

testMinMethod · 0.76
testMax1Method · 0.76
testMax2Method · 0.76
testFloor1Method · 0.76
testFloor2Method · 0.76
testCeil1Method · 0.76
testCeil2Method · 0.76
testIfMethod · 0.76
testIf2Method · 0.76
testIf3Method · 0.76
testIf4Method · 0.76
testIf5Method · 0.76