Uses of Class
gcodeCompiler.util.InfoGeometriche
Package | Description |
---|---|
gcodeCompiler | |
gcodeCompiler.util |
-
Uses of InfoGeometriche in gcodeCompiler
Methods in gcodeCompiler that return InfoGeometriche Modifier and Type Method Description InfoGeometriche
gcodeGrammarParser. info_geometriche()
Info geometriche.Method parameters in gcodeCompiler with type arguments of type InfoGeometriche Modifier and Type Method Description private BlockDescriptor
gcodeGrammarHandler. BlockInit(org.antlr.runtime.Token n, java.util.List<InfoGeometriche> info_g_list, java.util.List<InfoTecnologiche> info_t_list, java.util.List<InfoTecnologicheM> info_t_M_list)
Block initialization method.void
gcodeGrammarHandler. createNewBlock(org.antlr.runtime.Token n, java.util.List<InfoGeometriche> info_g_list, java.util.List<InfoTecnologiche> info_t_list, java.util.List<InfoTecnologicheM> info_t_M_list)
Method for creating a new G-Code block. -
Uses of InfoGeometriche in gcodeCompiler.util
Fields in gcodeCompiler.util declared as InfoGeometriche Modifier and Type Field Description private InfoGeometriche
BlockDescriptor. infoGeo
The info geo.Methods in gcodeCompiler.util that return InfoGeometriche Modifier and Type Method Description InfoGeometriche
BlockDescriptor. getInfoGeo()
Gets the info geo.Methods in gcodeCompiler.util with parameters of type InfoGeometriche Modifier and Type Method Description void
BlockDescriptor. setInfoGeo(InfoGeometriche infoGeo)
Sets the info geo.Constructors in gcodeCompiler.util with parameters of type InfoGeometriche Constructor Description BlockDescriptor(java.lang.String num_block, InfoGeometriche infoGeo, InfoTecnologiche infoTec, InfoTecnologicheM infoTecM)
Constructor of BlockDescriptor class.