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 InfoGeometrichegcodeGrammarParser. info_geometriche()Info geometriche.Method parameters in gcodeCompiler with type arguments of type InfoGeometriche Modifier and Type Method Description private BlockDescriptorgcodeGrammarHandler. 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.voidgcodeGrammarHandler. 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 InfoGeometricheBlockDescriptor. infoGeoThe info geo.Methods in gcodeCompiler.util that return InfoGeometriche Modifier and Type Method Description InfoGeometricheBlockDescriptor. getInfoGeo()Gets the info geo.Methods in gcodeCompiler.util with parameters of type InfoGeometriche Modifier and Type Method Description voidBlockDescriptor. 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.