Class If
- java.lang.Object
-
- org.lemsml.jlems.core.type.structure.BuildElement
-
- org.lemsml.jlems.core.type.structure.If
-
public class If extends BuildElement
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
test
-
Fields inherited from class org.lemsml.jlems.core.type.structure.BuildElement
buildElements
-
-
Constructor Summary
Constructors Constructor Description If()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuilderElement
makeBuilder(Component cpt)
void
resolveLocal(Lems lems, ComponentType ct)
-
Methods inherited from class org.lemsml.jlems.core.type.structure.BuildElement
makeChildBuilders, resolve
-
-
-
-
Method Detail
-
makeBuilder
public BuilderElement makeBuilder(Component cpt) throws ContentError
- Specified by:
makeBuilder
in classBuildElement
- Throws:
ContentError
-
resolveLocal
public void resolveLocal(Lems lems, ComponentType ct) throws ContentError, ParseError
- Specified by:
resolveLocal
in classBuildElement
- Throws:
ContentError
ParseError
-
-