Class CallFunction
java.lang.Object
com.github.CoryBorek.PseudocodeCompiler.lib.BaseCompiler
com.github.CoryBorek.PseudocodeCompiler.lib.items.CompilationItem
com.github.CoryBorek.PseudocodeCompiler.lib.items.SingleLineItem
com.github.CoryBorek.PseudocodeCompiler.impl.java.core.CallFunction
Calling a function
-
Constructor Summary
ConstructorDescriptionCallFunction(String line, int startingNum, JavaPseudoFile file, BaseCompiler parent)
Constructor -
Method Summary
Methods inherited from class com.github.CoryBorek.PseudocodeCompiler.lib.items.SingleLineItem
compile, getLine, getNewLine, setNewLine
Methods inherited from class com.github.CoryBorek.PseudocodeCompiler.lib.items.CompilationItem
getFile, getLines, getParent, getStartingNum
Methods inherited from class com.github.CoryBorek.PseudocodeCompiler.lib.BaseCompiler
getChildren
-
Constructor Details
-
CallFunction
Constructor- Parameters:
line
- Line of CallFunctionstartingNum
- Index in filefile
- File being convertedparent
- Parent object
-
-
Method Details
-
getData
Gets the attributes being called- Returns:
-
getName
Gets the name of the function- Returns:
-
setup
public void setup()Sets up the conversion- Specified by:
setup
in classBaseCompiler
-