Class: Rsense::Server::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/rsense/server/command.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#featureObject

Returns the value of attribute feature

Returns:

  • (Object)

    the current value of feature



14
15
16
# File 'lib/rsense/server/command.rb', line 14

def feature
  @feature
end

#loadPathLevelObject

Returns the value of attribute loadPathLevel

Returns:

  • (Object)

    the current value of loadPathLevel



14
15
16
# File 'lib/rsense/server/command.rb', line 14

def loadPathLevel
  @loadPathLevel
end

#mainObject

Returns the value of attribute main

Returns:

  • (Object)

    the current value of main



14
15
16
# File 'lib/rsense/server/command.rb', line 14

def main
  @main
end

#projectObject

Returns the value of attribute project

Returns:

  • (Object)

    the current value of project



14
15
16
# File 'lib/rsense/server/command.rb', line 14

def project
  @project
end

#typeSetObject

Returns the value of attribute typeSet

Returns:

  • (Object)

    the current value of typeSet



14
15
16
# File 'lib/rsense/server/command.rb', line 14

def typeSet
  @typeSet
end

Instance Method Details

#clean_typeSetObject



23
24
25
26
# File 'lib/rsense/server/command.rb', line 23

def clean_typeSet
  @typeSet = nil
  @typeSet = Java::org.cx4a.rsense.typing::TypeSet.new
end

#clearObject



15
16
17
18
19
20
21
# File 'lib/rsense/server/command.rb', line 15

def clear
  @project = nil
  @typeSet = nil
  @main = false
  @feature = nil
  @loadPathLevel = 0
end